@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResourceSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateResourceSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateResourceSetRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateResourceSetRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateResourceSetRequest |
clone() |
boolean |
equals(Object obj) |
List<Resource> |
getResources()
A list of Resource objects
|
String |
getResourceSetName()
The name of the ResourceSet to create
|
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 |
setResourceSetName(String resourceSetName)
The name of the ResourceSet to create
|
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.
|
CreateResourceSetRequest |
withResources(Collection<Resource> resources)
A list of Resource objects
|
CreateResourceSetRequest |
withResources(Resource... resources)
A list of Resource objects
|
CreateResourceSetRequest |
withResourceSetName(String resourceSetName)
The name of the ResourceSet to create
|
CreateResourceSetRequest |
withResourceSetType(String resourceSetType)
AWS Resource type of the resources in the ResourceSet
|
CreateResourceSetRequest |
withTags(Map<String,String> tags) |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResourceSetName(String resourceSetName)
resourceSetName - The name of the ResourceSet to createpublic String getResourceSetName()
public CreateResourceSetRequest withResourceSetName(String resourceSetName)
resourceSetName - The name of the ResourceSet to createpublic void setResourceSetType(String resourceSetType)
resourceSetType - AWS Resource type of the resources in the ResourceSetpublic String getResourceSetType()
public CreateResourceSetRequest 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 CreateResourceSetRequest 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 CreateResourceSetRequest withResources(Collection<Resource> resources)
resources - A list of Resource objectspublic CreateResourceSetRequest withTags(Map<String,String> tags)
tags - public CreateResourceSetRequest addTagsEntry(String key, String value)
public CreateResourceSetRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateResourceSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.