@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReferenceMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetReferenceMetadataResult() |
Modifier and Type | Method and Description |
---|---|
GetReferenceMetadataResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The reference's ARN.
|
Date |
getCreationTime()
When the reference was created.
|
String |
getDescription()
The reference's description.
|
ReferenceFiles |
getFiles()
The reference's files.
|
String |
getId()
The reference's ID.
|
String |
getMd5()
The reference's MD5 checksum.
|
String |
getName()
The reference's name.
|
String |
getReferenceStoreId()
The reference's reference store ID.
|
String |
getStatus()
The reference's status.
|
Date |
getUpdateTime()
When the reference was updated.
|
int |
hashCode() |
void |
setArn(String arn)
The reference's ARN.
|
void |
setCreationTime(Date creationTime)
When the reference was created.
|
void |
setDescription(String description)
The reference's description.
|
void |
setFiles(ReferenceFiles files)
The reference's files.
|
void |
setId(String id)
The reference's ID.
|
void |
setMd5(String md5)
The reference's MD5 checksum.
|
void |
setName(String name)
The reference's name.
|
void |
setReferenceStoreId(String referenceStoreId)
The reference's reference store ID.
|
void |
setStatus(String status)
The reference's status.
|
void |
setUpdateTime(Date updateTime)
When the reference was updated.
|
String |
toString()
Returns a string representation of this object.
|
GetReferenceMetadataResult |
withArn(String arn)
The reference's ARN.
|
GetReferenceMetadataResult |
withCreationTime(Date creationTime)
When the reference was created.
|
GetReferenceMetadataResult |
withDescription(String description)
The reference's description.
|
GetReferenceMetadataResult |
withFiles(ReferenceFiles files)
The reference's files.
|
GetReferenceMetadataResult |
withId(String id)
The reference's ID.
|
GetReferenceMetadataResult |
withMd5(String md5)
The reference's MD5 checksum.
|
GetReferenceMetadataResult |
withName(String name)
The reference's name.
|
GetReferenceMetadataResult |
withReferenceStoreId(String referenceStoreId)
The reference's reference store ID.
|
GetReferenceMetadataResult |
withStatus(ReferenceStatus status)
The reference's status.
|
GetReferenceMetadataResult |
withStatus(String status)
The reference's status.
|
GetReferenceMetadataResult |
withUpdateTime(Date updateTime)
When the reference was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The reference's ID.
id
- The reference's ID.public String getId()
The reference's ID.
public GetReferenceMetadataResult withId(String id)
The reference's ID.
id
- The reference's ID.public void setArn(String arn)
The reference's ARN.
arn
- The reference's ARN.public String getArn()
The reference's ARN.
public GetReferenceMetadataResult withArn(String arn)
The reference's ARN.
arn
- The reference's ARN.public void setReferenceStoreId(String referenceStoreId)
The reference's reference store ID.
referenceStoreId
- The reference's reference store ID.public String getReferenceStoreId()
The reference's reference store ID.
public GetReferenceMetadataResult withReferenceStoreId(String referenceStoreId)
The reference's reference store ID.
referenceStoreId
- The reference's reference store ID.public void setMd5(String md5)
The reference's MD5 checksum.
md5
- The reference's MD5 checksum.public String getMd5()
The reference's MD5 checksum.
public GetReferenceMetadataResult withMd5(String md5)
The reference's MD5 checksum.
md5
- The reference's MD5 checksum.public void setStatus(String status)
The reference's status.
status
- The reference's status.ReferenceStatus
public String getStatus()
The reference's status.
ReferenceStatus
public GetReferenceMetadataResult withStatus(String status)
The reference's status.
status
- The reference's status.ReferenceStatus
public GetReferenceMetadataResult withStatus(ReferenceStatus status)
The reference's status.
status
- The reference's status.ReferenceStatus
public void setName(String name)
The reference's name.
name
- The reference's name.public String getName()
The reference's name.
public GetReferenceMetadataResult withName(String name)
The reference's name.
name
- The reference's name.public void setDescription(String description)
The reference's description.
description
- The reference's description.public String getDescription()
The reference's description.
public GetReferenceMetadataResult withDescription(String description)
The reference's description.
description
- The reference's description.public void setCreationTime(Date creationTime)
When the reference was created.
creationTime
- When the reference was created.public Date getCreationTime()
When the reference was created.
public GetReferenceMetadataResult withCreationTime(Date creationTime)
When the reference was created.
creationTime
- When the reference was created.public void setUpdateTime(Date updateTime)
When the reference was updated.
updateTime
- When the reference was updated.public Date getUpdateTime()
When the reference was updated.
public GetReferenceMetadataResult withUpdateTime(Date updateTime)
When the reference was updated.
updateTime
- When the reference was updated.public void setFiles(ReferenceFiles files)
The reference's files.
files
- The reference's files.public ReferenceFiles getFiles()
The reference's files.
public GetReferenceMetadataResult withFiles(ReferenceFiles files)
The reference's files.
files
- The reference's files.public String toString()
toString
in class Object
Object.toString()
public GetReferenceMetadataResult clone()