@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomDataIdentifierSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a custom data identifier.
Constructor and Description |
---|
CustomDataIdentifierSummary() |
Modifier and Type | Method and Description |
---|---|
CustomDataIdentifierSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the custom data identifier.
|
Date |
getCreatedAt()
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
String |
getDescription()
The custom description of the custom data identifier.
|
String |
getId()
The unique identifier for the custom data identifier.
|
String |
getName()
The custom name of the custom data identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
void |
setCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
void |
setDescription(String description)
The custom description of the custom data identifier.
|
void |
setId(String id)
The unique identifier for the custom data identifier.
|
void |
setName(String name)
The custom name of the custom data identifier.
|
String |
toString()
Returns a string representation of this object.
|
CustomDataIdentifierSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
CustomDataIdentifierSummary |
withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
CustomDataIdentifierSummary |
withDescription(String description)
The custom description of the custom data identifier.
|
CustomDataIdentifierSummary |
withId(String id)
The unique identifier for the custom data identifier.
|
CustomDataIdentifierSummary |
withName(String name)
The custom name of the custom data identifier.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
arn
- The Amazon Resource Name (ARN) of the custom data identifier.public String getArn()
The Amazon Resource Name (ARN) of the custom data identifier.
public CustomDataIdentifierSummary withArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
arn
- The Amazon Resource Name (ARN) of the custom data identifier.public void setCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
createdAt
- The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.public Date getCreatedAt()
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
public CustomDataIdentifierSummary withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
createdAt
- The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.public void setDescription(String description)
The custom description of the custom data identifier.
description
- The custom description of the custom data identifier.public String getDescription()
The custom description of the custom data identifier.
public CustomDataIdentifierSummary withDescription(String description)
The custom description of the custom data identifier.
description
- The custom description of the custom data identifier.public void setId(String id)
The unique identifier for the custom data identifier.
id
- The unique identifier for the custom data identifier.public String getId()
The unique identifier for the custom data identifier.
public CustomDataIdentifierSummary withId(String id)
The unique identifier for the custom data identifier.
id
- The unique identifier for the custom data identifier.public void setName(String name)
The custom name of the custom data identifier.
name
- The custom name of the custom data identifier.public String getName()
The custom name of the custom data identifier.
public CustomDataIdentifierSummary withName(String name)
The custom name of the custom data identifier.
name
- The custom name of the custom data identifier.public String toString()
toString
in class Object
Object.toString()
public CustomDataIdentifierSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.