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