@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddCustomAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to add custom attributes.
NOOP
Constructor and Description |
---|
AddCustomAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
AddCustomAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<SchemaAttributeType> |
getCustomAttributes()
An array of custom attributes, such as Mutable and Name.
|
String |
getUserPoolId()
The user pool ID for the user pool where you want to add custom attributes.
|
int |
hashCode() |
void |
setCustomAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom attributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AddCustomAttributesRequest |
withCustomAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest |
withCustomAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom attributes.
|
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 for the user pool where you want to add custom attributes.
userPoolId
- The user pool ID for the user pool where you want to add custom attributes.public String getUserPoolId()
The user pool ID for the user pool where you want to add custom attributes.
public AddCustomAttributesRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom attributes.
userPoolId
- The user pool ID for the user pool where you want to add custom attributes.public List<SchemaAttributeType> getCustomAttributes()
An array of custom attributes, such as Mutable and Name.
public void setCustomAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
customAttributes
- An array of custom attributes, such as Mutable and Name.public AddCustomAttributesRequest withCustomAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.
NOTE: This method appends the values to the existing list (if any). Use
setCustomAttributes(java.util.Collection)
or withCustomAttributes(java.util.Collection)
if you
want to override the existing values.
customAttributes
- An array of custom attributes, such as Mutable and Name.public AddCustomAttributesRequest withCustomAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
customAttributes
- An array of custom attributes, such as Mutable and Name.public String toString()
toString
in class Object
Object.toString()
public AddCustomAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.