@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public final 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.
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 final UpdateAttributesRequest updateAttributesRequest()
public RemoveAttributesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RemoveAttributesRequest.Builder,RemoveAttributesRequest>
toBuilder
in class PinpointRequest
public static RemoveAttributesRequest.Builder builder()
public static Class<? extends RemoveAttributesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.