@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, setSdkResponseMetadatapublic List<String> getResourceTypes()
Contains a string with the supported AWS resource types:
EBS for Amazon Elastic Block Store
SGW for AWS Storage Gateway
RDS for Amazon Relational Database Service
DDB for Amazon DynamoDB
EFS for Amazon Elastic File System
EBS for Amazon Elastic Block Store
SGW for AWS Storage Gateway
RDS for Amazon Relational Database Service
DDB for Amazon DynamoDB
EFS for Amazon Elastic File System
public void setResourceTypes(Collection<String> resourceTypes)
Contains a string with the supported AWS resource types:
EBS for Amazon Elastic Block Store
SGW for AWS Storage Gateway
RDS for Amazon Relational Database Service
DDB for Amazon DynamoDB
EFS for Amazon Elastic File System
resourceTypes - Contains a string with the supported AWS resource types:
EBS for Amazon Elastic Block Store
SGW for AWS Storage Gateway
RDS for Amazon Relational Database Service
DDB for Amazon DynamoDB
EFS for Amazon Elastic File System
public GetSupportedResourceTypesResult withResourceTypes(String... resourceTypes)
Contains a string with the supported AWS resource types:
EBS for Amazon Elastic Block Store
SGW for AWS Storage Gateway
RDS for Amazon Relational Database Service
DDB for Amazon DynamoDB
EFS for Amazon Elastic File System
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:
EBS for Amazon Elastic Block Store
SGW for AWS Storage Gateway
RDS for Amazon Relational Database Service
DDB for Amazon DynamoDB
EFS for Amazon Elastic File System
public GetSupportedResourceTypesResult withResourceTypes(Collection<String> resourceTypes)
Contains a string with the supported AWS resource types:
EBS for Amazon Elastic Block Store
SGW for AWS Storage Gateway
RDS for Amazon Relational Database Service
DDB for Amazon DynamoDB
EFS for Amazon Elastic File System
resourceTypes - Contains a string with the supported AWS resource types:
EBS for Amazon Elastic Block Store
SGW for AWS Storage Gateway
RDS for Amazon Relational Database Service
DDB for Amazon DynamoDB
EFS for Amazon Elastic File System
public String toString()
toString in class ObjectObject.toString()public GetSupportedResourceTypesResult clone()
Copyright © 2019. All rights reserved.