public class RemoveAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Constructor and Description |
---|
RemoveAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
java.lang.String |
getAttributeType()
Type of attribute.
|
UpdateAttributesRequest |
getUpdateAttributesRequest()
Update attributes request
|
int |
hashCode() |
void |
setApplicationId(java.lang.String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setAttributeType(java.lang.String attributeType)
Type of attribute.
|
void |
setUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
Update attributes request
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveAttributesRequest |
withApplicationId(java.lang.String applicationId)
The unique ID of your Amazon Pinpoint application.
|
RemoveAttributesRequest |
withAttributeType(java.lang.String attributeType)
Type of attribute.
|
RemoveAttributesRequest |
withUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
Update attributes request
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getApplicationId()
public void setApplicationId(java.lang.String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public RemoveAttributesRequest withApplicationId(java.lang.String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- The unique ID of your Amazon Pinpoint application.public java.lang.String getAttributeType()
public void setAttributeType(java.lang.String attributeType)
attributeType
- Type of attribute. Can be
endpoint-custom-attributes, endpoint-custom-metrics,
endpoint-user-attributes.public RemoveAttributesRequest withAttributeType(java.lang.String attributeType)
Returns a reference to this object so that method calls can be chained together.
attributeType
- Type of attribute. Can be
endpoint-custom-attributes, endpoint-custom-metrics,
endpoint-user-attributes.public UpdateAttributesRequest getUpdateAttributesRequest()
public void setUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
updateAttributesRequest
- Update attributes requestpublic RemoveAttributesRequest withUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest)
Returns a reference to this object so that method calls can be chained together.
updateAttributesRequest
- Update attributes requestpublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.