@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAttributeGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAttributeGroupResult() |
Modifier and Type | Method and Description |
---|---|
GetAttributeGroupResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAttributeGroupResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetAttributeGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon resource name (ARN) that specifies the attribute group across services.
|
String |
getAttributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
String |
getCreatedBy()
The service principal that created the attribute group.
|
Date |
getCreationTime()
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
String |
getDescription()
The description of the attribute group that the user provides.
|
String |
getId()
The identifier of the attribute group.
|
Date |
getLastUpdateTime()
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
String |
getName()
The name of the attribute group.
|
Map<String,String> |
getTags()
Key-value pairs associated with the attribute group.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
void |
setAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
void |
setCreatedBy(String createdBy)
The service principal that created the attribute group.
|
void |
setCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
void |
setDescription(String description)
The description of the attribute group that the user provides.
|
void |
setId(String id)
The identifier of the attribute group.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
void |
setName(String name)
The name of the attribute group.
|
void |
setTags(Map<String,String> tags)
Key-value pairs associated with the attribute group.
|
String |
toString()
Returns a string representation of this object.
|
GetAttributeGroupResult |
withArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
GetAttributeGroupResult |
withAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
GetAttributeGroupResult |
withCreatedBy(String createdBy)
The service principal that created the attribute group.
|
GetAttributeGroupResult |
withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
GetAttributeGroupResult |
withDescription(String description)
The description of the attribute group that the user provides.
|
GetAttributeGroupResult |
withId(String id)
The identifier of the attribute group.
|
GetAttributeGroupResult |
withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
GetAttributeGroupResult |
withName(String name)
The name of the attribute group.
|
GetAttributeGroupResult |
withTags(Map<String,String> tags)
Key-value pairs associated with the attribute group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The identifier of the attribute group.
id
- The identifier of the attribute group.public String getId()
The identifier of the attribute group.
public GetAttributeGroupResult withId(String id)
The identifier of the attribute group.
id
- The identifier of the attribute group.public void setArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
arn
- The Amazon resource name (ARN) that specifies the attribute group across services.public String getArn()
The Amazon resource name (ARN) that specifies the attribute group across services.
public GetAttributeGroupResult withArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
arn
- The Amazon resource name (ARN) that specifies the attribute group across services.public void setName(String name)
The name of the attribute group.
name
- The name of the attribute group.public String getName()
The name of the attribute group.
public GetAttributeGroupResult withName(String name)
The name of the attribute group.
name
- The name of the attribute group.public void setDescription(String description)
The description of the attribute group that the user provides.
description
- The description of the attribute group that the user provides.public String getDescription()
The description of the attribute group that the user provides.
public GetAttributeGroupResult withDescription(String description)
The description of the attribute group that the user provides.
description
- The description of the attribute group that the user provides.public void setAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
attributes
- A JSON string in the form of nested key-value pairs that represent the attributes in the group and
describes an application and its components.public String getAttributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
public GetAttributeGroupResult withAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
attributes
- A JSON string in the form of nested key-value pairs that represent the attributes in the group and
describes an application and its components.public void setCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
creationTime
- The ISO-8601 formatted timestamp of the moment the attribute group was created.public Date getCreationTime()
The ISO-8601 formatted timestamp of the moment the attribute group was created.
public GetAttributeGroupResult withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
creationTime
- The ISO-8601 formatted timestamp of the moment the attribute group was created.public void setLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
lastUpdateTime
- The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same
as the creationTime for a newly created attribute group.public Date getLastUpdateTime()
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
public GetAttributeGroupResult withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
lastUpdateTime
- The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same
as the creationTime for a newly created attribute group.public Map<String,String> getTags()
Key-value pairs associated with the attribute group.
public void setTags(Map<String,String> tags)
Key-value pairs associated with the attribute group.
tags
- Key-value pairs associated with the attribute group.public GetAttributeGroupResult withTags(Map<String,String> tags)
Key-value pairs associated with the attribute group.
tags
- Key-value pairs associated with the attribute group.public GetAttributeGroupResult addTagsEntry(String key, String value)
public GetAttributeGroupResult clearTagsEntries()
public void setCreatedBy(String createdBy)
The service principal that created the attribute group.
createdBy
- The service principal that created the attribute group.public String getCreatedBy()
The service principal that created the attribute group.
public GetAttributeGroupResult withCreatedBy(String createdBy)
The service principal that created the attribute group.
createdBy
- The service principal that created the attribute group.public String toString()
toString
in class Object
Object.toString()
public GetAttributeGroupResult clone()