@Generated(value={"Immutables.generator","_UpdateUserProvidedServiceInstanceRequest"}) public final class UpdateUserProvidedServiceInstanceRequest extends Object
_UpdateUserProvidedServiceInstanceRequest
.
Use the builder to create immutable instances:
UpdateUserProvidedServiceInstanceRequest.builder()
.
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()
he url for the syslog_drain to direct to
|
String |
getUserProvidedServiceInstanceName()
The name of the user provided service instance
|
int |
hashCode()
Computes a hash code from attributes:
credentials , syslogDrainUrl , 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
, userProvidedServiceInstanceName
.public String toString()
UpdateUserProvidedServiceInstanceRequest
with attribute values.public static UpdateUserProvidedServiceInstanceRequest.Builder builder()
UpdateUserProvidedServiceInstanceRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.