@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReferenceStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateReferenceStoreResult() |
Modifier and Type | Method and Description |
---|---|
CreateReferenceStoreResult |
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 SSE settings.
|
int |
hashCode() |
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 SSE settings.
|
String |
toString()
Returns a string representation of this object.
|
CreateReferenceStoreResult |
withArn(String arn)
The store's ARN.
|
CreateReferenceStoreResult |
withCreationTime(Date creationTime)
When the store was created.
|
CreateReferenceStoreResult |
withDescription(String description)
The store's description.
|
CreateReferenceStoreResult |
withId(String id)
The store's ID.
|
CreateReferenceStoreResult |
withName(String name)
The store's name.
|
CreateReferenceStoreResult |
withSseConfig(SseConfig sseConfig)
The store's SSE settings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The store's ID.
id
- The store's ID.public String getId()
The store's ID.
public CreateReferenceStoreResult withId(String id)
The store's ID.
id
- The store's ID.public void setArn(String arn)
The store's ARN.
arn
- The store's ARN.public String getArn()
The store's ARN.
public CreateReferenceStoreResult withArn(String arn)
The store's ARN.
arn
- The store's ARN.public void setName(String name)
The store's name.
name
- The store's name.public String getName()
The store's name.
public CreateReferenceStoreResult 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 CreateReferenceStoreResult withDescription(String description)
The store's description.
description
- The store's description.public void setSseConfig(SseConfig sseConfig)
The store's SSE settings.
sseConfig
- The store's SSE settings.public SseConfig getSseConfig()
The store's SSE settings.
public CreateReferenceStoreResult withSseConfig(SseConfig sseConfig)
The store's SSE settings.
sseConfig
- The store's 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 CreateReferenceStoreResult withCreationTime(Date creationTime)
When the store was created.
creationTime
- When the store was created.public String toString()
toString
in class Object
Object.toString()
public CreateReferenceStoreResult clone()