@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSupportedResourceTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSupportedResourceTypesResult() |
Modifier and Type | Method and Description |
---|---|
GetSupportedResourceTypesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getResourceTypes()
Contains a string with the supported AWS resource types:
|
int |
hashCode() |
void |
setResourceTypes(Collection<String> resourceTypes)
Contains a string with the supported AWS resource types:
|
String |
toString()
Returns a string representation of this object.
|
GetSupportedResourceTypesResult |
withResourceTypes(Collection<String> resourceTypes)
Contains a string with the supported AWS resource types:
|
GetSupportedResourceTypesResult |
withResourceTypes(String... resourceTypes)
Contains a string with the supported AWS resource types:
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getResourceTypes()
Contains a string with the supported AWS resource types:
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
RDS
for Amazon Relational Database Service
Storage Gateway
for AWS Storage Gateway
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
RDS
for Amazon Relational Database Service
Storage Gateway
for AWS Storage Gateway
public void setResourceTypes(Collection<String> resourceTypes)
Contains a string with the supported AWS resource types:
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
RDS
for Amazon Relational Database Service
Storage Gateway
for AWS Storage Gateway
resourceTypes
- Contains a string with the supported AWS resource types:
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
RDS
for Amazon Relational Database Service
Storage Gateway
for AWS Storage Gateway
public GetSupportedResourceTypesResult withResourceTypes(String... resourceTypes)
Contains a string with the supported AWS resource types:
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
RDS
for Amazon Relational Database Service
Storage Gateway
for AWS Storage Gateway
NOTE: This method appends the values to the existing list (if any). Use
setResourceTypes(java.util.Collection)
or withResourceTypes(java.util.Collection)
if you want
to override the existing values.
resourceTypes
- Contains a string with the supported AWS resource types:
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
RDS
for Amazon Relational Database Service
Storage Gateway
for AWS Storage Gateway
public GetSupportedResourceTypesResult withResourceTypes(Collection<String> resourceTypes)
Contains a string with the supported AWS resource types:
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
RDS
for Amazon Relational Database Service
Storage Gateway
for AWS Storage Gateway
resourceTypes
- Contains a string with the supported AWS resource types:
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
RDS
for Amazon Relational Database Service
Storage Gateway
for AWS Storage Gateway
public String toString()
toString
in class Object
Object.toString()
public GetSupportedResourceTypesResult clone()