@Generated(value="org.immutables.processor.ProxyProcessor") 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. |
Duration |
getCompletionTimeout()
How long to wait for update
|
MaintenanceInfo |
getMaintenanceInfo()
The maintenance info to upgrade to
|
Map<String,Object> |
getParameters()
The parameters of the service instance
|
String |
getPlanName()
The name of the required plan
|
String |
getServiceInstanceName()
The name of the service instance
|
List<String> |
getTags()
The tags
|
int |
hashCode()
Computes a hash code from attributes:
completionTimeout, maintenanceInfo, parameters, planName, serviceInstanceName, tags. |
String |
toString()
Prints the immutable value
UpdateServiceInstanceRequest with attribute values. |
public Duration getCompletionTimeout()
public MaintenanceInfo getMaintenanceInfo()
public String getPlanName()
public String getServiceInstanceName()
public boolean equals(Object another)
UpdateServiceInstanceRequest that have equal attribute values.public int hashCode()
completionTimeout, maintenanceInfo, parameters, planName, serviceInstanceName, tags.public String toString()
UpdateServiceInstanceRequest with attribute values.public static UpdateServiceInstanceRequest.Builder builder()
UpdateServiceInstanceRequest.
UpdateServiceInstanceRequest.builder()
.completionTimeout(java.time.Duration) // optional completionTimeout
.maintenanceInfo(org.cloudfoundry.client.v2.MaintenanceInfo | null) // nullable maintenanceInfo
.parameters(Map<String, Object> | null) // nullable parameters
.planName(String | null) // nullable planName
.serviceInstanceName(String) // required serviceInstanceName
.tags(List<String> | null) // nullable tags
.build();
Copyright © 2021. All rights reserved.