@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateResourceSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateResourceSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Resource> |
getResources()
A list of Resource objects
|
String |
getResourceSetName()
The ResourceSet to update
|
String |
getResourceSetType()
AWS Resource Type of the resources in the ResourceSet
|
int |
hashCode() |
void |
setResources(Collection<Resource> resources)
A list of Resource objects
|
void |
setResourceSetName(String resourceSetName)
The ResourceSet to update
|
void |
setResourceSetType(String resourceSetType)
AWS Resource Type of the resources in the ResourceSet
|
String |
toString()
Returns a string representation of this object.
|
UpdateResourceSetRequest |
withResources(Collection<Resource> resources)
A list of Resource objects
|
UpdateResourceSetRequest |
withResources(Resource... resources)
A list of Resource objects
|
UpdateResourceSetRequest |
withResourceSetName(String resourceSetName)
The ResourceSet to update
|
UpdateResourceSetRequest |
withResourceSetType(String resourceSetType)
AWS Resource Type of the resources in the ResourceSet
|
addHandlerContext, 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, withSdkRequestTimeout
public void setResourceSetName(String resourceSetName)
resourceSetName
- The ResourceSet to updatepublic String getResourceSetName()
public UpdateResourceSetRequest withResourceSetName(String resourceSetName)
resourceSetName
- The ResourceSet to updatepublic void setResourceSetType(String resourceSetType)
resourceSetType
- AWS Resource Type of the resources in the ResourceSetpublic String getResourceSetType()
public UpdateResourceSetRequest 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 UpdateResourceSetRequest 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 UpdateResourceSetRequest withResources(Collection<Resource> resources)
resources
- A list of Resource objectspublic String toString()
toString
in class Object
Object.toString()
public UpdateResourceSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()