@Generated(value="org.immutables.processor.ProxyProcessor") public final class BatchChangeSecretRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchChangeSecretRequest.Builder
Builds instances of type
BatchChangeSecretRequest. |
| Modifier and Type | Method and Description |
|---|---|
static BatchChangeSecretRequest.Builder |
builder()
Creates a builder for
BatchChangeSecretRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
BatchChangeSecretRequest that have equal attribute values. |
List<ChangeSecret> |
getChangeSecrets()
A list of secrets to change
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, changeSecrets. |
String |
toString()
Prints the immutable value
BatchChangeSecretRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public List<ChangeSecret> getChangeSecrets()
public boolean equals(Object another)
BatchChangeSecretRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, changeSecrets.public String toString()
BatchChangeSecretRequest with attribute values.public static BatchChangeSecretRequest.Builder builder()
BatchChangeSecretRequest.
BatchChangeSecretRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.changeSecret|addAllChangeSecrets(ChangeSecret) // changeSecrets elements
.build();
Copyright © 2020. All rights reserved.