@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
SearchResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If present, indicates that more output is available than is included in the current response.
|
List<QueryError> |
getQueryErrors()
A list of
QueryError objects. |
List<ResourceIdentifier> |
getResourceIdentifiers()
The ARNs and resource types of resources that are members of the group that you specified.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
void |
setQueryErrors(Collection<QueryError> queryErrors)
A list of
QueryError objects. |
void |
setResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
String |
toString()
Returns a string representation of this object.
|
SearchResourcesResult |
withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
SearchResourcesResult |
withQueryErrors(Collection<QueryError> queryErrors)
A list of
QueryError objects. |
SearchResourcesResult |
withQueryErrors(QueryError... queryErrors)
A list of
QueryError objects. |
SearchResourcesResult |
withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
SearchResourcesResult |
withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ResourceIdentifier> getResourceIdentifiers()
The ARNs and resource types of resources that are members of the group that you specified.
public void setResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
resourceIdentifiers - The ARNs and resource types of resources that are members of the group that you specified.public SearchResourcesResult withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
NOTE: This method appends the values to the existing list (if any). Use
setResourceIdentifiers(java.util.Collection) or withResourceIdentifiers(java.util.Collection)
if you want to override the existing values.
resourceIdentifiers - The ARNs and resource types of resources that are members of the group that you specified.public SearchResourcesResult withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
resourceIdentifiers - The ARNs and resource types of resources that are members of the group that you specified.public 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.
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.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.
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.public SearchResourcesResult 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.
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.public List<QueryError> getQueryErrors()
A list of QueryError objects. Each error contains an ErrorCode and Message
.
Possible values for ErrorCode:
CLOUDFORMATION_STACK_INACTIVE
CLOUDFORMATION_STACK_NOT_EXISTING
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
QueryError objects. Each error contains an ErrorCode and
Message.
Possible values for ErrorCode:
CLOUDFORMATION_STACK_INACTIVE
CLOUDFORMATION_STACK_NOT_EXISTING
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
public void setQueryErrors(Collection<QueryError> queryErrors)
A list of QueryError objects. Each error contains an ErrorCode and Message
.
Possible values for ErrorCode:
CLOUDFORMATION_STACK_INACTIVE
CLOUDFORMATION_STACK_NOT_EXISTING
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
queryErrors - A list of QueryError objects. Each error contains an ErrorCode and
Message.
Possible values for ErrorCode:
CLOUDFORMATION_STACK_INACTIVE
CLOUDFORMATION_STACK_NOT_EXISTING
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
public SearchResourcesResult withQueryErrors(QueryError... queryErrors)
A list of QueryError objects. Each error contains an ErrorCode and Message
.
Possible values for ErrorCode:
CLOUDFORMATION_STACK_INACTIVE
CLOUDFORMATION_STACK_NOT_EXISTING
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
NOTE: This method appends the values to the existing list (if any). Use
setQueryErrors(java.util.Collection) or withQueryErrors(java.util.Collection) if you want to
override the existing values.
queryErrors - A list of QueryError objects. Each error contains an ErrorCode and
Message.
Possible values for ErrorCode:
CLOUDFORMATION_STACK_INACTIVE
CLOUDFORMATION_STACK_NOT_EXISTING
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
public SearchResourcesResult withQueryErrors(Collection<QueryError> queryErrors)
A list of QueryError objects. Each error contains an ErrorCode and Message
.
Possible values for ErrorCode:
CLOUDFORMATION_STACK_INACTIVE
CLOUDFORMATION_STACK_NOT_EXISTING
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
queryErrors - A list of QueryError objects. Each error contains an ErrorCode and
Message.
Possible values for ErrorCode:
CLOUDFORMATION_STACK_INACTIVE
CLOUDFORMATION_STACK_NOT_EXISTING
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
public String toString()
toString in class ObjectObject.toString()public SearchResourcesResult clone()