@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. For more information about Amazon Web Services Regions that can contain Amazon Pinpoint resources for use with Amazon Cognito user pools, see Using Amazon Pinpoint analytics with Amazon Cognito user pools.
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.