@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. |
Map<String,Object> |
getCredentials()
The user provided service credentials
|
Metadata |
getMetadata()
The metadata
|
String |
getName()
The name
|
Map<String,Object> |
getParameters()
The service creation parameters
|
ServiceInstanceRelationships |
getRelationships()
The relationships
|
String |
getRouteServiceUrl()
The route service url
|
String |
getServiceInstanceId()
The service instance id
|
String |
getSyslogDrainUrl()
The syslog drain url
|
List<String> |
getTags()
A list of tags for the service instance
|
int |
hashCode()
Computes a hash code from attributes:
serviceInstanceId, metadata, name, relationships, tags, parameters, credentials, syslogDrainUrl, routeServiceUrl, maintenanceInfo. |
MaintenanceInfo |
maintenanceInfo()
The maintenance info object
|
String |
toString()
Prints the immutable value
UpdateServiceInstanceRequest with attribute values. |
public String getServiceInstanceId()
public Metadata getMetadata()
public String getName()
public ServiceInstanceRelationships getRelationships()
public String getSyslogDrainUrl()
public String getRouteServiceUrl()
public MaintenanceInfo maintenanceInfo()
public boolean equals(Object another)
UpdateServiceInstanceRequest that have equal attribute values.public int hashCode()
serviceInstanceId, metadata, name, relationships, tags, parameters, credentials, syslogDrainUrl, routeServiceUrl, maintenanceInfo.public String toString()
UpdateServiceInstanceRequest with attribute values.public static UpdateServiceInstanceRequest.Builder builder()
UpdateServiceInstanceRequest.
UpdateServiceInstanceRequest.builder()
.serviceInstanceId(String) // required serviceInstanceId
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String | null) // nullable name
.relationships(org.cloudfoundry.client.v3.serviceinstances.ServiceInstanceRelationships | null) // nullable relationships
.tags(List<String> | null) // nullable tags
.parameters(Map<String, Object> | null) // nullable parameters
.credentials(Map<String, Object> | null) // nullable credentials
.syslogDrainUrl(String | null) // nullable syslogDrainUrl
.routeServiceUrl(String | null) // nullable routeServiceUrl
.maintenanceInfo(org.cloudfoundry.client.v3.MaintenanceInfo | null) // nullable maintenanceInfo
.build();
Copyright © 2024. All rights reserved.