@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateServiceInstanceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateServiceInstanceRequest.Builder
Builds instances of type
CreateServiceInstanceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateServiceInstanceRequest.Builder |
builder()
Creates a builder for
CreateServiceInstanceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateServiceInstanceRequest that have equal attribute values. |
Duration |
getCompletionTimeout()
How long to wait for creation
|
Map<String,Object> |
getParameters()
The parameters of the service instance
|
String |
getPlanName()
The name of the service plan to use
|
String |
getServiceInstanceName()
The name of the service instance to create
|
String |
getServiceName()
The name of the service
|
List<String> |
getTags()
The tags
|
int |
hashCode()
Computes a hash code from attributes:
completionTimeout, parameters, planName, serviceInstanceName, serviceName, tags. |
String |
toString()
Prints the immutable value
CreateServiceInstanceRequest with attribute values. |
public Duration getCompletionTimeout()
public String getPlanName()
public String getServiceInstanceName()
public String getServiceName()
public boolean equals(Object another)
CreateServiceInstanceRequest that have equal attribute values.public int hashCode()
completionTimeout, parameters, planName, serviceInstanceName, serviceName, tags.public String toString()
CreateServiceInstanceRequest with attribute values.public static CreateServiceInstanceRequest.Builder builder()
CreateServiceInstanceRequest.Copyright © 2018. All rights reserved.