@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
String |
getAttributeType()
Type of attribute.
|
UpdateAttributesRequest |
getUpdateAttributesRequest() |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setAttributeType(String attributeType)
Type of attribute.
|
void |
setUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RemoveAttributesRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
RemoveAttributesRequest |
withAttributeType(String attributeType)
Type of attribute.
|
RemoveAttributesRequest |
withUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest) |
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 setApplicationId(String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public String getApplicationId()
public RemoveAttributesRequest withApplicationId(String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public void setAttributeType(String attributeType)
attributeType
- Type of attribute. Can be endpoint-custom-attributes, endpoint-custom-metrics, endpoint-user-attributes.public String getAttributeType()
public RemoveAttributesRequest withAttributeType(String attributeType)
attributeType
- Type of attribute. Can be endpoint-custom-attributes, endpoint-custom-metrics, endpoint-user-attributes.public void setUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
updateAttributesRequest
- public UpdateAttributesRequest getUpdateAttributesRequest()
public RemoveAttributesRequest withUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
updateAttributesRequest
- public String toString()
toString
in class Object
Object.toString()
public RemoveAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.