@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 identifier for the application.
|
String |
getAttributeType()
The type of attribute or attributes to remove.
|
UpdateAttributesRequest |
getUpdateAttributesRequest() |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier for the application.
|
void |
setAttributeType(String attributeType)
The type of attribute or attributes to remove.
|
void |
setUpdateAttributesRequest(UpdateAttributesRequest updateAttributesRequest) |
String |
toString()
Returns a string representation of this object.
|
RemoveAttributesRequest |
withApplicationId(String applicationId)
The unique identifier for the application.
|
RemoveAttributesRequest |
withAttributeType(String attributeType)
The type of attribute or attributes to remove.
|
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)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public String getApplicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public RemoveAttributesRequest withApplicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public void setAttributeType(String attributeType)
The type of attribute or attributes to remove. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.
endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.
attributeType
- The type of attribute or attributes to remove. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.
endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.
public String getAttributeType()
The type of attribute or attributes to remove. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.
endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.
The type of attribute or attributes to remove. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.
endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.
public RemoveAttributesRequest withAttributeType(String attributeType)
The type of attribute or attributes to remove. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.
endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.
attributeType
- The type of attribute or attributes to remove. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.
endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.
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()