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