Class RemoveAttributesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.pinpoint.model.PinpointRequest
-
- software.amazon.awssdk.services.pinpoint.model.RemoveAttributesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RemoveAttributesRequest.Builder,RemoveAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public final class RemoveAttributesRequest extends PinpointRequest implements ToCopyableBuilder<RemoveAttributesRequest.Builder,RemoveAttributesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRemoveAttributesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The unique identifier for the application.StringattributeType()The type of attribute or attributes to remove.static RemoveAttributesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RemoveAttributesRequest.Builder>serializableBuilderClass()RemoveAttributesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.UpdateAttributesRequestupdateAttributesRequest()Returns the value of the UpdateAttributesRequest property for this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationId
public final String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Returns:
- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
-
attributeType
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.
- Returns:
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.
-
-
-
updateAttributesRequest
public final UpdateAttributesRequest updateAttributesRequest()
Returns the value of the UpdateAttributesRequest property for this object.- Returns:
- The value of the UpdateAttributesRequest property for this object.
-
toBuilder
public RemoveAttributesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RemoveAttributesRequest.Builder,RemoveAttributesRequest>- Specified by:
toBuilderin classPinpointRequest
-
builder
public static RemoveAttributesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends RemoveAttributesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-