@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIdentityProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateIdentityProviderRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateIdentityProviderRequest |
addAttributeMappingEntry(String key,
String value) |
UpdateIdentityProviderRequest |
addProviderDetailsEntry(String key,
String value) |
UpdateIdentityProviderRequest |
clearAttributeMappingEntries()
Removes all the entries added into AttributeMapping.
|
UpdateIdentityProviderRequest |
clearProviderDetailsEntries()
Removes all the entries added into ProviderDetails.
|
UpdateIdentityProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAttributeMapping()
The identity provider attribute mapping to be changed.
|
List<String> |
getIdpIdentifiers()
A list of identity provider identifiers.
|
Map<String,String> |
getProviderDetails()
The identity provider details to be updated, such as
MetadataURL and MetadataFile . |
String |
getProviderName()
The identity provider name.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setAttributeMapping(Map<String,String> attributeMapping)
The identity provider attribute mapping to be changed.
|
void |
setIdpIdentifiers(Collection<String> idpIdentifiers)
A list of identity provider identifiers.
|
void |
setProviderDetails(Map<String,String> providerDetails)
The identity provider details to be updated, such as
MetadataURL and MetadataFile . |
void |
setProviderName(String providerName)
The identity provider name.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateIdentityProviderRequest |
withAttributeMapping(Map<String,String> attributeMapping)
The identity provider attribute mapping to be changed.
|
UpdateIdentityProviderRequest |
withIdpIdentifiers(Collection<String> idpIdentifiers)
A list of identity provider identifiers.
|
UpdateIdentityProviderRequest |
withIdpIdentifiers(String... idpIdentifiers)
A list of identity provider identifiers.
|
UpdateIdentityProviderRequest |
withProviderDetails(Map<String,String> providerDetails)
The identity provider details to be updated, such as
MetadataURL and MetadataFile . |
UpdateIdentityProviderRequest |
withProviderName(String providerName)
The identity provider name.
|
UpdateIdentityProviderRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setUserPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.public String getUserPoolId()
The user pool ID.
public UpdateIdentityProviderRequest withUserPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.public void setProviderName(String providerName)
The identity provider name.
providerName
- The identity provider name.public String getProviderName()
The identity provider name.
public UpdateIdentityProviderRequest withProviderName(String providerName)
The identity provider name.
providerName
- The identity provider name.public Map<String,String> getProviderDetails()
The identity provider details to be updated, such as MetadataURL
and MetadataFile
.
MetadataURL
and
MetadataFile
.public void setProviderDetails(Map<String,String> providerDetails)
The identity provider details to be updated, such as MetadataURL
and MetadataFile
.
providerDetails
- The identity provider details to be updated, such as MetadataURL
and
MetadataFile
.public UpdateIdentityProviderRequest withProviderDetails(Map<String,String> providerDetails)
The identity provider details to be updated, such as MetadataURL
and MetadataFile
.
providerDetails
- The identity provider details to be updated, such as MetadataURL
and
MetadataFile
.public UpdateIdentityProviderRequest addProviderDetailsEntry(String key, String value)
public UpdateIdentityProviderRequest clearProviderDetailsEntries()
public Map<String,String> getAttributeMapping()
The identity provider attribute mapping to be changed.
public void setAttributeMapping(Map<String,String> attributeMapping)
The identity provider attribute mapping to be changed.
attributeMapping
- The identity provider attribute mapping to be changed.public UpdateIdentityProviderRequest withAttributeMapping(Map<String,String> attributeMapping)
The identity provider attribute mapping to be changed.
attributeMapping
- The identity provider attribute mapping to be changed.public UpdateIdentityProviderRequest addAttributeMappingEntry(String key, String value)
public UpdateIdentityProviderRequest clearAttributeMappingEntries()
public List<String> getIdpIdentifiers()
A list of identity provider identifiers.
public void setIdpIdentifiers(Collection<String> idpIdentifiers)
A list of identity provider identifiers.
idpIdentifiers
- A list of identity provider identifiers.public UpdateIdentityProviderRequest withIdpIdentifiers(String... idpIdentifiers)
A list of identity provider identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setIdpIdentifiers(java.util.Collection)
or withIdpIdentifiers(java.util.Collection)
if you want
to override the existing values.
idpIdentifiers
- A list of identity provider identifiers.public UpdateIdentityProviderRequest withIdpIdentifiers(Collection<String> idpIdentifiers)
A list of identity provider identifiers.
idpIdentifiers
- A list of identity provider identifiers.public String toString()
toString
in class Object
Object.toString()
public UpdateIdentityProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.