@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetManagedServiceParametersResponse extends Object
_GetManagedServiceParametersResponse.
Use the builder to create immutable instances:
GetManagedServiceParametersResponse.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
GetManagedServiceParametersResponse.Builder
Builds instances of type
GetManagedServiceParametersResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetManagedServiceParametersResponse.Builder |
builder()
Creates a builder for
GetManagedServiceParametersResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetManagedServiceParametersResponse that have equal attribute values. |
Map<String,Object> |
getParameters() |
int |
hashCode()
Computes a hash code from attributes:
parameters. |
String |
toString()
Prints the immutable value
GetManagedServiceParametersResponse with attribute values. |
public boolean equals(Object another)
GetManagedServiceParametersResponse that have equal attribute values.public int hashCode()
parameters.public String toString()
GetManagedServiceParametersResponse with attribute values.public static GetManagedServiceParametersResponse.Builder builder()
GetManagedServiceParametersResponse.
GetManagedServiceParametersResponse.builder()
.parameter|putAllParameters(String => Object) // parameters mappings
.build();
Copyright © 2022. All rights reserved.