@Generated(value={"Immutables.generator","_UpdateServiceInstanceRequest"}) public final class UpdateServiceInstanceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateServiceInstanceRequest.Builder
Builds instances of type
UpdateServiceInstanceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceInstanceRequest.Builder |
builder()
Creates a builder for
UpdateServiceInstanceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateServiceInstanceRequest that have equal attribute values. |
Boolean |
getAcceptsIncomplete()
The accept incomplete flag
|
String |
getName()
The name
|
Map<String,Object> |
getParameters()
Key/value pairs of all arbitrary parameters to pass along to the service broker
|
String |
getServiceInstanceId()
The service instance id
|
String |
getServicePlanId()
The service plan id
|
List<String> |
getTags()
A list of tags for the service instance
|
int |
hashCode()
Computes a hash code from attributes:
acceptsIncomplete, name, parameters, serviceInstanceId, servicePlanId, tags. |
String |
toString()
Prints the immutable value
UpdateServiceInstanceRequest with attribute values. |
public Boolean getAcceptsIncomplete()
public String getName()
public Map<String,Object> getParameters()
public String getServiceInstanceId()
public String getServicePlanId()
public boolean equals(Object another)
UpdateServiceInstanceRequest that have equal attribute values.public int hashCode()
acceptsIncomplete, name, parameters, serviceInstanceId, servicePlanId, tags.public String toString()
UpdateServiceInstanceRequest with attribute values.public static UpdateServiceInstanceRequest.Builder builder()
UpdateServiceInstanceRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.