@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetResourceSetResult() |
| Modifier and Type | Method and Description |
|---|---|
GetResourceSetResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetResourceSetResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetResourceSetResult |
clone() |
boolean |
equals(Object obj) |
List<Resource> |
getResources()
A list of Resource objects
|
String |
getResourceSetArn()
The arn for the ResourceSet
|
String |
getResourceSetName()
The name of the ResourceSet
|
String |
getResourceSetType()
AWS Resource Type of the resources in the ResourceSet
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setResources(Collection<Resource> resources)
A list of Resource objects
|
void |
setResourceSetArn(String resourceSetArn)
The arn for the ResourceSet
|
void |
setResourceSetName(String resourceSetName)
The name of the ResourceSet
|
void |
setResourceSetType(String resourceSetType)
AWS Resource Type of the resources in the ResourceSet
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
GetResourceSetResult |
withResources(Collection<Resource> resources)
A list of Resource objects
|
GetResourceSetResult |
withResources(Resource... resources)
A list of Resource objects
|
GetResourceSetResult |
withResourceSetArn(String resourceSetArn)
The arn for the ResourceSet
|
GetResourceSetResult |
withResourceSetName(String resourceSetName)
The name of the ResourceSet
|
GetResourceSetResult |
withResourceSetType(String resourceSetType)
AWS Resource Type of the resources in the ResourceSet
|
GetResourceSetResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourceSetArn(String resourceSetArn)
resourceSetArn - The arn for the ResourceSetpublic String getResourceSetArn()
public GetResourceSetResult withResourceSetArn(String resourceSetArn)
resourceSetArn - The arn for the ResourceSetpublic void setResourceSetName(String resourceSetName)
resourceSetName - The name of the ResourceSetpublic String getResourceSetName()
public GetResourceSetResult withResourceSetName(String resourceSetName)
resourceSetName - The name of the ResourceSetpublic void setResourceSetType(String resourceSetType)
resourceSetType - AWS Resource Type of the resources in the ResourceSetpublic String getResourceSetType()
public GetResourceSetResult withResourceSetType(String resourceSetType)
resourceSetType - AWS Resource Type of the resources in the ResourceSetpublic List<Resource> getResources()
public void setResources(Collection<Resource> resources)
resources - A list of Resource objectspublic GetResourceSetResult withResources(Resource... resources)
NOTE: This method appends the values to the existing list (if any). Use
setResources(java.util.Collection) or withResources(java.util.Collection) if you want to
override the existing values.
resources - A list of Resource objectspublic GetResourceSetResult withResources(Collection<Resource> resources)
resources - A list of Resource objectspublic GetResourceSetResult withTags(Map<String,String> tags)
tags - public GetResourceSetResult addTagsEntry(String key, String value)
public GetResourceSetResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public GetResourceSetResult clone()
Copyright © 2021. All rights reserved.