@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSupportedResourceTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSupportedResourceTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSupportedResourceTypesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If present, indicates that more output is available than is included in the current response.
|
List<SupportedResourceType> |
getResourceTypes()
The list of resource types supported by Resource Explorer.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
void |
setResourceTypes(Collection<SupportedResourceType> resourceTypes)
The list of resource types supported by Resource Explorer.
|
String |
toString()
Returns a string representation of this object.
|
ListSupportedResourceTypesResult |
withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListSupportedResourceTypesResult |
withResourceTypes(Collection<SupportedResourceType> resourceTypes)
The list of resource types supported by Resource Explorer.
|
ListSupportedResourceTypesResult |
withResourceTypes(SupportedResourceType... resourceTypes)
The list of resource types supported by Resource Explorer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
The pagination tokens expire after 24 hours.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null. The pagination tokens expire after 24 hours.public String getNextToken()
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
The pagination tokens expire after 24 hours.
NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null. The pagination tokens expire after 24 hours.public ListSupportedResourceTypesResult withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
The pagination tokens expire after 24 hours.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null. The pagination tokens expire after 24 hours.public List<SupportedResourceType> getResourceTypes()
The list of resource types supported by Resource Explorer.
public void setResourceTypes(Collection<SupportedResourceType> resourceTypes)
The list of resource types supported by Resource Explorer.
resourceTypes - The list of resource types supported by Resource Explorer.public ListSupportedResourceTypesResult withResourceTypes(SupportedResourceType... resourceTypes)
The list of resource types supported by Resource Explorer.
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 - The list of resource types supported by Resource Explorer.public ListSupportedResourceTypesResult withResourceTypes(Collection<SupportedResourceType> resourceTypes)
The list of resource types supported by Resource Explorer.
resourceTypes - The list of resource types supported by Resource Explorer.public String toString()
toString in class ObjectObject.toString()public ListSupportedResourceTypesResult clone()
Copyright © 2023. All rights reserved.