@Generated(value="software.amazon.awssdk:codegen") public final class RemoveAttributesRequest extends PinpointRequest implements ToCopyableBuilder<RemoveAttributesRequest.Builder,RemoveAttributesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application.
|
String |
attributeType()
The type of attribute or attributes to remove.
|
static RemoveAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveAttributesRequest.Builder> |
serializableBuilderClass() |
RemoveAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateAttributesRequest |
updateAttributesRequest()
Returns the value of the UpdateAttributesRequest property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public 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-custom-metrics - 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-custom-metrics - 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 UpdateAttributesRequest updateAttributesRequest()
public RemoveAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveAttributesRequest.Builder,RemoveAttributesRequest>toBuilder in class PinpointRequestpublic static RemoveAttributesRequest.Builder builder()
public static Class<? extends RemoveAttributesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.