@Generated(value="software.amazon.awssdk:codegen") public final class UpdateIdentityProviderRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<UpdateIdentityProviderRequest.Builder,UpdateIdentityProviderRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateIdentityProviderRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
attributeMapping()
The identity provider attribute mapping to be changed.
|
static UpdateIdentityProviderRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttributeMapping()
Returns true if the AttributeMapping property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIdpIdentifiers()
Returns true if the IdpIdentifiers property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasProviderDetails()
Returns true if the ProviderDetails property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<String> |
idpIdentifiers()
A list of identity provider identifiers.
|
Map<String,String> |
providerDetails()
The identity provider details to be updated, such as
MetadataURL and MetadataFile. |
String |
providerName()
The identity provider name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateIdentityProviderRequest.Builder> |
serializableBuilderClass() |
UpdateIdentityProviderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String userPoolId()
The user pool ID.
public String providerName()
The identity provider name.
public boolean hasProviderDetails()
public Map<String,String> providerDetails()
The identity provider details to be updated, such as MetadataURL and MetadataFile.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProviderDetails() to see if a value was sent in this field.
MetadataURL and
MetadataFile.public boolean hasAttributeMapping()
public Map<String,String> attributeMapping()
The identity provider attribute mapping to be changed.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributeMapping() to see if a value was sent in this field.
public boolean hasIdpIdentifiers()
public List<String> idpIdentifiers()
A list of identity provider identifiers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIdpIdentifiers() to see if a value was sent in this field.
public UpdateIdentityProviderRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateIdentityProviderRequest.Builder,UpdateIdentityProviderRequest>toBuilder in class CognitoIdentityProviderRequestpublic static UpdateIdentityProviderRequest.Builder builder()
public static Class<? extends UpdateIdentityProviderRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.