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