@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSuiteDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSuiteDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
GetSuiteDefinitionResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetSuiteDefinitionResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetSuiteDefinitionResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
Gets the timestamp of the time suite was created with GetSuiteDefinition API call.
|
Date |
getLastModifiedAt()
Gets the timestamp of the time suite was modified with GetSuiteDefinition API call.
|
String |
getLatestVersion()
Gets latest suite definition version with GetSuiteDefinition API call.
|
String |
getSuiteDefinitionArn()
The ARN of the suite definition.
|
SuiteDefinitionConfiguration |
getSuiteDefinitionConfiguration()
Gets the suite configuration with GetSuiteDefinition API call.
|
String |
getSuiteDefinitionId()
Gets suite definition Id with GetSuiteDefinition API call.
|
String |
getSuiteDefinitionVersion()
Gets suite definition version with GetSuiteDefinition API call.
|
Map<String,String> |
getTags()
Tags attached to the suite definition.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
Gets the timestamp of the time suite was created with GetSuiteDefinition API call.
|
void |
setLastModifiedAt(Date lastModifiedAt)
Gets the timestamp of the time suite was modified with GetSuiteDefinition API call.
|
void |
setLatestVersion(String latestVersion)
Gets latest suite definition version with GetSuiteDefinition API call.
|
void |
setSuiteDefinitionArn(String suiteDefinitionArn)
The ARN of the suite definition.
|
void |
setSuiteDefinitionConfiguration(SuiteDefinitionConfiguration suiteDefinitionConfiguration)
Gets the suite configuration with GetSuiteDefinition API call.
|
void |
setSuiteDefinitionId(String suiteDefinitionId)
Gets suite definition Id with GetSuiteDefinition API call.
|
void |
setSuiteDefinitionVersion(String suiteDefinitionVersion)
Gets suite definition version with GetSuiteDefinition API call.
|
void |
setTags(Map<String,String> tags)
Tags attached to the suite definition.
|
String |
toString()
Returns a string representation of this object.
|
GetSuiteDefinitionResult |
withCreatedAt(Date createdAt)
Gets the timestamp of the time suite was created with GetSuiteDefinition API call.
|
GetSuiteDefinitionResult |
withLastModifiedAt(Date lastModifiedAt)
Gets the timestamp of the time suite was modified with GetSuiteDefinition API call.
|
GetSuiteDefinitionResult |
withLatestVersion(String latestVersion)
Gets latest suite definition version with GetSuiteDefinition API call.
|
GetSuiteDefinitionResult |
withSuiteDefinitionArn(String suiteDefinitionArn)
The ARN of the suite definition.
|
GetSuiteDefinitionResult |
withSuiteDefinitionConfiguration(SuiteDefinitionConfiguration suiteDefinitionConfiguration)
Gets the suite configuration with GetSuiteDefinition API call.
|
GetSuiteDefinitionResult |
withSuiteDefinitionId(String suiteDefinitionId)
Gets suite definition Id with GetSuiteDefinition API call.
|
GetSuiteDefinitionResult |
withSuiteDefinitionVersion(String suiteDefinitionVersion)
Gets suite definition version with GetSuiteDefinition API call.
|
GetSuiteDefinitionResult |
withTags(Map<String,String> tags)
Tags attached to the suite definition.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSuiteDefinitionId(String suiteDefinitionId)
Gets suite definition Id with GetSuiteDefinition API call.
suiteDefinitionId
- Gets suite definition Id with GetSuiteDefinition API call.public String getSuiteDefinitionId()
Gets suite definition Id with GetSuiteDefinition API call.
public GetSuiteDefinitionResult withSuiteDefinitionId(String suiteDefinitionId)
Gets suite definition Id with GetSuiteDefinition API call.
suiteDefinitionId
- Gets suite definition Id with GetSuiteDefinition API call.public void setSuiteDefinitionArn(String suiteDefinitionArn)
The ARN of the suite definition.
suiteDefinitionArn
- The ARN of the suite definition.public String getSuiteDefinitionArn()
The ARN of the suite definition.
public GetSuiteDefinitionResult withSuiteDefinitionArn(String suiteDefinitionArn)
The ARN of the suite definition.
suiteDefinitionArn
- The ARN of the suite definition.public void setSuiteDefinitionVersion(String suiteDefinitionVersion)
Gets suite definition version with GetSuiteDefinition API call.
suiteDefinitionVersion
- Gets suite definition version with GetSuiteDefinition API call.public String getSuiteDefinitionVersion()
Gets suite definition version with GetSuiteDefinition API call.
public GetSuiteDefinitionResult withSuiteDefinitionVersion(String suiteDefinitionVersion)
Gets suite definition version with GetSuiteDefinition API call.
suiteDefinitionVersion
- Gets suite definition version with GetSuiteDefinition API call.public void setLatestVersion(String latestVersion)
Gets latest suite definition version with GetSuiteDefinition API call.
latestVersion
- Gets latest suite definition version with GetSuiteDefinition API call.public String getLatestVersion()
Gets latest suite definition version with GetSuiteDefinition API call.
public GetSuiteDefinitionResult withLatestVersion(String latestVersion)
Gets latest suite definition version with GetSuiteDefinition API call.
latestVersion
- Gets latest suite definition version with GetSuiteDefinition API call.public void setSuiteDefinitionConfiguration(SuiteDefinitionConfiguration suiteDefinitionConfiguration)
Gets the suite configuration with GetSuiteDefinition API call.
suiteDefinitionConfiguration
- Gets the suite configuration with GetSuiteDefinition API call.public SuiteDefinitionConfiguration getSuiteDefinitionConfiguration()
Gets the suite configuration with GetSuiteDefinition API call.
public GetSuiteDefinitionResult withSuiteDefinitionConfiguration(SuiteDefinitionConfiguration suiteDefinitionConfiguration)
Gets the suite configuration with GetSuiteDefinition API call.
suiteDefinitionConfiguration
- Gets the suite configuration with GetSuiteDefinition API call.public void setCreatedAt(Date createdAt)
Gets the timestamp of the time suite was created with GetSuiteDefinition API call.
createdAt
- Gets the timestamp of the time suite was created with GetSuiteDefinition API call.public Date getCreatedAt()
Gets the timestamp of the time suite was created with GetSuiteDefinition API call.
public GetSuiteDefinitionResult withCreatedAt(Date createdAt)
Gets the timestamp of the time suite was created with GetSuiteDefinition API call.
createdAt
- Gets the timestamp of the time suite was created with GetSuiteDefinition API call.public void setLastModifiedAt(Date lastModifiedAt)
Gets the timestamp of the time suite was modified with GetSuiteDefinition API call.
lastModifiedAt
- Gets the timestamp of the time suite was modified with GetSuiteDefinition API call.public Date getLastModifiedAt()
Gets the timestamp of the time suite was modified with GetSuiteDefinition API call.
public GetSuiteDefinitionResult withLastModifiedAt(Date lastModifiedAt)
Gets the timestamp of the time suite was modified with GetSuiteDefinition API call.
lastModifiedAt
- Gets the timestamp of the time suite was modified with GetSuiteDefinition API call.public Map<String,String> getTags()
Tags attached to the suite definition.
public void setTags(Map<String,String> tags)
Tags attached to the suite definition.
tags
- Tags attached to the suite definition.public GetSuiteDefinitionResult withTags(Map<String,String> tags)
Tags attached to the suite definition.
tags
- Tags attached to the suite definition.public GetSuiteDefinitionResult addTagsEntry(String key, String value)
public GetSuiteDefinitionResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetSuiteDefinitionResult clone()