@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() |
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.
|
RemoveAttributesRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
RemoveAttributesRequest |
withAttributeType(String attributeType)
Type of attribute.
|
RemoveAttributesRequest |
withUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest) |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public RemoveAttributesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.