@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) |
boolean |
hasAttributes()
Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
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-metric-attributes - 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-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
endpoint-user-attributes - Custom attributes that describe users.
public boolean hasAttributes()
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.
You can use hasAttributes() to see if a value was sent in this field.
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.