@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteIdentityZoneRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteIdentityZoneRequest.Builder
Builds instances of type
DeleteIdentityZoneRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteIdentityZoneRequest.Builder |
builder()
Creates a builder for
DeleteIdentityZoneRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteIdentityZoneRequest 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
DeleteIdentityZoneRequest with attribute values. |
public String getIdentityZoneId()
public boolean equals(Object another)
DeleteIdentityZoneRequest that have equal attribute values.public int hashCode()
identityZoneId.public String toString()
DeleteIdentityZoneRequest with attribute values.public static DeleteIdentityZoneRequest.Builder builder()
DeleteIdentityZoneRequest.
DeleteIdentityZoneRequest.builder()
.identityZoneId(String) // required identityZoneId
.build();
Copyright © 2020. All rights reserved.