@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfigurationSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateConfigurationSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateConfigurationSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetArn()
The Amazon Resource Name (ARN) of the newly created configuration set.
|
String |
getConfigurationSetName()
The name of the new configuration set.
|
Date |
getCreatedTimestamp()
The time when the configuration set was created, in UNIX epoch time
format.
|
List<Tag> |
getTags()
An array of key and value pair tags that's associated with the configuration set.
|
int |
hashCode() |
void |
setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the newly created configuration set.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the new configuration set.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The time when the configuration set was created, in UNIX epoch time
format.
|
void |
setTags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the configuration set.
|
String |
toString()
Returns a string representation of this object.
|
CreateConfigurationSetResult |
withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the newly created configuration set.
|
CreateConfigurationSetResult |
withConfigurationSetName(String configurationSetName)
The name of the new configuration set.
|
CreateConfigurationSetResult |
withCreatedTimestamp(Date createdTimestamp)
The time when the configuration set was created, in UNIX epoch time
format.
|
CreateConfigurationSetResult |
withTags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the configuration set.
|
CreateConfigurationSetResult |
withTags(Tag... tags)
An array of key and value pair tags that's associated with the configuration set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the newly created configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the newly created configuration set.public String getConfigurationSetArn()
The Amazon Resource Name (ARN) of the newly created configuration set.
public CreateConfigurationSetResult withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the newly created configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the newly created configuration set.public void setConfigurationSetName(String configurationSetName)
The name of the new configuration set.
configurationSetName
- The name of the new configuration set.public String getConfigurationSetName()
The name of the new configuration set.
public CreateConfigurationSetResult withConfigurationSetName(String configurationSetName)
The name of the new configuration set.
configurationSetName
- The name of the new configuration set.public List<Tag> getTags()
An array of key and value pair tags that's associated with the configuration set.
public void setTags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the configuration set.
tags
- An array of key and value pair tags that's associated with the configuration set.public CreateConfigurationSetResult withTags(Tag... tags)
An array of key and value pair tags that's associated with the configuration set.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- An array of key and value pair tags that's associated with the configuration set.public CreateConfigurationSetResult withTags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the configuration set.
tags
- An array of key and value pair tags that's associated with the configuration set.public void setCreatedTimestamp(Date createdTimestamp)
The time when the configuration set was created, in UNIX epoch time format.
createdTimestamp
- The time when the configuration set was created, in UNIX epoch
time format.public Date getCreatedTimestamp()
The time when the configuration set was created, in UNIX epoch time format.
public CreateConfigurationSetResult withCreatedTimestamp(Date createdTimestamp)
The time when the configuration set was created, in UNIX epoch time format.
createdTimestamp
- The time when the configuration set was created, in UNIX epoch
time format.public String toString()
toString
in class Object
Object.toString()
public CreateConfigurationSetResult clone()