@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteUserProvidedServiceInstanceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteUserProvidedServiceInstanceRequest.Builder
Builds instances of type
DeleteUserProvidedServiceInstanceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteUserProvidedServiceInstanceRequest.Builder |
builder()
Creates a builder for
DeleteUserProvidedServiceInstanceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteUserProvidedServiceInstanceRequest that have equal attribute values. |
String |
getUserProvidedServiceInstanceId()
The user provided service instance id
|
int |
hashCode()
Computes a hash code from attributes:
userProvidedServiceInstanceId. |
String |
toString()
Prints the immutable value
DeleteUserProvidedServiceInstanceRequest with attribute values. |
public String getUserProvidedServiceInstanceId()
public boolean equals(Object another)
DeleteUserProvidedServiceInstanceRequest that have equal attribute values.public int hashCode()
userProvidedServiceInstanceId.public String toString()
DeleteUserProvidedServiceInstanceRequest with attribute values.public static DeleteUserProvidedServiceInstanceRequest.Builder builder()
DeleteUserProvidedServiceInstanceRequest.
DeleteUserProvidedServiceInstanceRequest.builder()
.userProvidedServiceInstanceId(String) // required userProvidedServiceInstanceId
.build();
Copyright © 2020. All rights reserved.