@Generated(value="software.amazon.awssdk:codegen") public final class EventDimensions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventDimensions.Builder,EventDimensions>
Modifier and Type | Class and Description |
---|---|
static interface |
EventDimensions.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeDimension> |
attributes()
Custom attributes that your app reports to Amazon Pinpoint.
|
static EventDimensions.Builder |
builder() |
boolean |
equals(Object obj) |
SetDimension |
eventType()
The name of the event that causes the campaign to be sent.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Map<String,MetricDimension> |
metrics()
Custom metrics that your app reports to Amazon Pinpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventDimensions.Builder> |
serializableBuilderClass() |
EventDimensions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Map<String,AttributeDimension> attributes()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SetDimension eventType()
public Map<String,MetricDimension> metrics()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EventDimensions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventDimensions.Builder,EventDimensions>
public static EventDimensions.Builder builder()
public static Class<? extends EventDimensions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.