@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceSetOutput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ResourceSetOutput() |
Modifier and Type | Method and Description |
---|---|
ResourceSetOutput |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ResourceSetOutput |
clearTagsEntries()
Removes all the entries added into Tags.
|
ResourceSetOutput |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
ResourceSetOutput |
withResources(Collection<Resource> resources)
A list of Resource objects
|
ResourceSetOutput |
withResources(Resource... resources)
A list of Resource objects
|
ResourceSetOutput |
withResourceSetArn(String resourceSetArn)
The arn for the ResourceSet
|
ResourceSetOutput |
withResourceSetName(String resourceSetName)
The name of the ResourceSet
|
ResourceSetOutput |
withResourceSetType(String resourceSetType)
AWS Resource Type of the resources in the ResourceSet
|
ResourceSetOutput |
withTags(Map<String,String> tags) |
public void setResourceSetArn(String resourceSetArn)
resourceSetArn
- The arn for the ResourceSetpublic String getResourceSetArn()
public ResourceSetOutput withResourceSetArn(String resourceSetArn)
resourceSetArn
- The arn for the ResourceSetpublic void setResourceSetName(String resourceSetName)
resourceSetName
- The name of the ResourceSetpublic String getResourceSetName()
public ResourceSetOutput 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 ResourceSetOutput 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 ResourceSetOutput 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 ResourceSetOutput withResources(Collection<Resource> resources)
resources
- A list of Resource objectspublic ResourceSetOutput withTags(Map<String,String> tags)
tags
- public ResourceSetOutput addTagsEntry(String key, String value)
public ResourceSetOutput clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ResourceSetOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.