@Generated(value="software.amazon.awssdk:codegen") public final class AttributesResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributesResource.Builder,AttributesResource>
Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttributesResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application.
|
List<String> |
attributes()
An array that specifies the names of the attributes that were removed from the endpoints.
|
String |
attributeType()
The type of attribute or attributes that were removed from the endpoints.
|
static AttributesResource.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 AttributesResource.Builder> |
serializableBuilderClass() |
AttributesResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The unique identifier for the application.
public String attributeType()
The type of attribute or attributes that were removed from the endpoints. Valid values are:
endpoint-custom-attributes - Custom attributes that describe endpoints.
endpoint-custom-metrics - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe users.
endpoint-custom-attributes - Custom attributes that describe endpoints.
endpoint-custom-metrics - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe users.
public List<String> attributes()
An array that specifies the names of the attributes that were removed from the endpoints.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AttributesResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttributesResource.Builder,AttributesResource>public static AttributesResource.Builder builder()
public static Class<? extends AttributesResource.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.