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