public class AnalyticsMetadataType extends Object implements Serializable
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 |
|---|---|
boolean |
equals(Object obj) |
String |
getAnalyticsEndpointId()
The endpoint ID.
|
int |
hashCode() |
void |
setAnalyticsEndpointId(String analyticsEndpointId)
The endpoint ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AnalyticsMetadataType |
withAnalyticsEndpointId(String analyticsEndpointId)
The endpoint ID.
|
public String getAnalyticsEndpointId()
The endpoint ID.
The endpoint ID.
public void setAnalyticsEndpointId(String analyticsEndpointId)
The endpoint ID.
analyticsEndpointId - The endpoint ID.
public AnalyticsMetadataType withAnalyticsEndpointId(String analyticsEndpointId)
The endpoint ID.
Returns a reference to this object so that method calls can be chained together.
analyticsEndpointId - The endpoint ID.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.