@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceInstanceParametersRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceInstanceParametersRequest.Builder
Builds instances of type
GetServiceInstanceParametersRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceInstanceParametersRequest.Builder |
builder()
Creates a builder for
GetServiceInstanceParametersRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceInstanceParametersRequest that have equal attribute values. |
String |
getServiceInstanceId()
The service instance id
|
int |
hashCode()
Computes a hash code from attributes:
serviceInstanceId. |
String |
toString()
Prints the immutable value
GetServiceInstanceParametersRequest with attribute values. |
public String getServiceInstanceId()
public boolean equals(Object another)
GetServiceInstanceParametersRequest that have equal attribute values.public int hashCode()
serviceInstanceId.public String toString()
GetServiceInstanceParametersRequest with attribute values.public static GetServiceInstanceParametersRequest.Builder builder()
GetServiceInstanceParametersRequest.
GetServiceInstanceParametersRequest.builder()
.serviceInstanceId(String) // required serviceInstanceId
.build();
Copyright © 2020. All rights reserved.