@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()
The credentials of the user provided service instance
|
String |
getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
List<String> |
getTags()
The tags of the user provided service instance
|
String |
getUserProvidedServiceInstanceName()
The name of the user provided service instance
|
int |
hashCode()
Computes a hash code from attributes:
credentials , syslogDrainUrl , tags , userProvidedServiceInstanceName . |
String |
toString()
Prints the immutable value
UpdateUserProvidedServiceInstanceRequest with attribute values. |
public Map<String,Object> getCredentials()
public String getSyslogDrainUrl()
public String getUserProvidedServiceInstanceName()
public boolean equals(Object another)
UpdateUserProvidedServiceInstanceRequest
that have equal attribute values.public int hashCode()
credentials
, syslogDrainUrl
, tags
, userProvidedServiceInstanceName
.public String toString()
UpdateUserProvidedServiceInstanceRequest
with attribute values.public static UpdateUserProvidedServiceInstanceRequest.Builder builder()
UpdateUserProvidedServiceInstanceRequest
.
UpdateUserProvidedServiceInstanceRequest.builder() .credentials(Map<String, Object> | null) // nullablecredentials
.syslogDrainUrl(String | null) // nullablesyslogDrainUrl
.tags(List<String> | null) // nullabletags
.userProvidedServiceInstanceName(String) // requireduserProvidedServiceInstanceName
.build();
Copyright © 2021. All rights reserved.