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() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.