@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsMetadataType extends Object implements Serializable, Cloneable, StructuredPojo
An Amazon Pinpoint analytics endpoint.
An endpoint uniquely identifies a mobile device, email address, or phone number that can receive messages from Amazon Pinpoint analytics.
Cognito User Pools only supports sending events to Amazon Pinpoint projects in the US East (N. Virginia) us-east-1 Region, regardless of the region in which the user pool resides.
Constructor and Description |
---|
AnalyticsMetadataType() |
Modifier and Type | Method and Description |
---|---|
AnalyticsMetadataType |
clone() |
boolean |
equals(Object obj) |
String |
getAnalyticsEndpointId()
The endpoint ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnalyticsEndpointId(String analyticsEndpointId)
The endpoint ID.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsMetadataType |
withAnalyticsEndpointId(String analyticsEndpointId)
The endpoint ID.
|
public void setAnalyticsEndpointId(String analyticsEndpointId)
The endpoint ID.
analyticsEndpointId
- The endpoint ID.public String getAnalyticsEndpointId()
The endpoint ID.
public AnalyticsMetadataType withAnalyticsEndpointId(String analyticsEndpointId)
The endpoint ID.
analyticsEndpointId
- The endpoint ID.public String toString()
toString
in class Object
Object.toString()
public AnalyticsMetadataType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.