@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateUserProvidedServiceInstanceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateUserProvidedServiceInstanceRequest.Builder
Builds instances of type
UpdateUserProvidedServiceInstanceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserProvidedServiceInstanceRequest.Builder |
builder()
Creates a builder for
UpdateUserProvidedServiceInstanceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateUserProvidedServiceInstanceRequest that have equal attribute values. |
Map<String,Object> |
getCredentials()
Key/value pairs that can be stored to store credentials
|
String |
getName()
The name
|
String |
getRouteServiceUrl()
URL to which requests for bound routes will be forwarded
|
String |
getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
List<String> |
getTags()
The tags
|
String |
getUserProvidedServiceInstanceId()
The user provided service instance id
|
int |
hashCode()
Computes a hash code from attributes:
credentials, name, routeServiceUrl, syslogDrainUrl, tags, userProvidedServiceInstanceId. |
String |
toString()
Prints the immutable value
UpdateUserProvidedServiceInstanceRequest with attribute values. |
public Map<String,Object> getCredentials()
public String getName()
public String getRouteServiceUrl()
public String getSyslogDrainUrl()
public String getUserProvidedServiceInstanceId()
public boolean equals(Object another)
UpdateUserProvidedServiceInstanceRequest that have equal attribute values.public int hashCode()
credentials, name, routeServiceUrl, syslogDrainUrl, tags, userProvidedServiceInstanceId.public String toString()
UpdateUserProvidedServiceInstanceRequest with attribute values.public static UpdateUserProvidedServiceInstanceRequest.Builder builder()
UpdateUserProvidedServiceInstanceRequest.
UpdateUserProvidedServiceInstanceRequest.builder()
.credentials(Map<String, Object> | null) // nullable credentials
.name(String | null) // nullable name
.routeServiceUrl(String | null) // nullable routeServiceUrl
.syslogDrainUrl(String | null) // nullable syslogDrainUrl
.tags(List<String> | null) // nullable tags
.userProvidedServiceInstanceId(String) // required userProvidedServiceInstanceId
.build();
Copyright © 2020. All rights reserved.