@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceStoreDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details about a reference store.
Constructor and Description |
---|
ReferenceStoreDetail() |
Modifier and Type | Method and Description |
---|---|
ReferenceStoreDetail |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The store's ARN.
|
Date |
getCreationTime()
When the store was created.
|
String |
getDescription()
The store's description.
|
String |
getId()
The store's ID.
|
String |
getName()
The store's name.
|
SseConfig |
getSseConfig()
The store's server-side encryption (SSE) settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The store's ARN.
|
void |
setCreationTime(Date creationTime)
When the store was created.
|
void |
setDescription(String description)
The store's description.
|
void |
setId(String id)
The store's ID.
|
void |
setName(String name)
The store's name.
|
void |
setSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
String |
toString()
Returns a string representation of this object.
|
ReferenceStoreDetail |
withArn(String arn)
The store's ARN.
|
ReferenceStoreDetail |
withCreationTime(Date creationTime)
When the store was created.
|
ReferenceStoreDetail |
withDescription(String description)
The store's description.
|
ReferenceStoreDetail |
withId(String id)
The store's ID.
|
ReferenceStoreDetail |
withName(String name)
The store's name.
|
ReferenceStoreDetail |
withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
public void setArn(String arn)
The store's ARN.
arn
- The store's ARN.public String getArn()
The store's ARN.
public ReferenceStoreDetail withArn(String arn)
The store's ARN.
arn
- The store's ARN.public void setId(String id)
The store's ID.
id
- The store's ID.public String getId()
The store's ID.
public ReferenceStoreDetail withId(String id)
The store's ID.
id
- The store's ID.public void setName(String name)
The store's name.
name
- The store's name.public String getName()
The store's name.
public ReferenceStoreDetail withName(String name)
The store's name.
name
- The store's name.public void setDescription(String description)
The store's description.
description
- The store's description.public String getDescription()
The store's description.
public ReferenceStoreDetail withDescription(String description)
The store's description.
description
- The store's description.public void setSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
sseConfig
- The store's server-side encryption (SSE) settings.public SseConfig getSseConfig()
The store's server-side encryption (SSE) settings.
public ReferenceStoreDetail withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
sseConfig
- The store's server-side encryption (SSE) settings.public void setCreationTime(Date creationTime)
When the store was created.
creationTime
- When the store was created.public Date getCreationTime()
When the store was created.
public ReferenceStoreDetail withCreationTime(Date creationTime)
When the store was created.
creationTime
- When the store was created.public String toString()
toString
in class Object
Object.toString()
public ReferenceStoreDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.