@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.
| 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) |
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 ObjectObject.toString()public AnalyticsMetadataType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.