@Generated(value="software.amazon.awssdk:codegen") public final class GetPrincipalTagAttributeMapRequest extends CognitoIdentityRequest implements ToCopyableBuilder<GetPrincipalTagAttributeMapRequest.Builder,GetPrincipalTagAttributeMapRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPrincipalTagAttributeMapRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPrincipalTagAttributeMapRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityPoolId()
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
|
String |
identityProviderName()
You can use this operation to get the provider name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPrincipalTagAttributeMapRequest.Builder> |
serializableBuilderClass() |
GetPrincipalTagAttributeMapRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identityPoolId()
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
public final String identityProviderName()
You can use this operation to get the provider name.
public GetPrincipalTagAttributeMapRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPrincipalTagAttributeMapRequest.Builder,GetPrincipalTagAttributeMapRequest>toBuilder in class CognitoIdentityRequestpublic static GetPrincipalTagAttributeMapRequest.Builder builder()
public static Class<? extends GetPrincipalTagAttributeMapRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.