@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchResourceTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchResourceTagsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchResourceTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
List<String> |
getResourceTypes()
The list of resource types to be used to search tags from.
|
ResourceTagsSearchCriteria |
getSearchCriteria()
The search criteria to be used to return tags.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setResourceTypes(Collection<String> resourceTypes)
The list of resource types to be used to search tags from.
|
void |
setSearchCriteria(ResourceTagsSearchCriteria searchCriteria)
The search criteria to be used to return tags.
|
String |
toString()
Returns a string representation of this object.
|
SearchResourceTagsRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
SearchResourceTagsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
SearchResourceTagsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
SearchResourceTagsRequest |
withResourceTypes(Collection<String> resourceTypes)
The list of resource types to be used to search tags from.
|
SearchResourceTagsRequest |
withResourceTypes(String... resourceTypes)
The list of resource types to be used to search tags from.
|
SearchResourceTagsRequest |
withSearchCriteria(ResourceTagsSearchCriteria searchCriteria)
The search criteria to be used to return tags.
|
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name
(ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance.
public SearchResourceTagsRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name
(ARN) of the instance.public List<String> getResourceTypes()
The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types.
Supported resource types
AGENT
ROUTING_PROFILE
STANDARD_QUEUE
SECURITY_PROFILE
OPERATING_HOURS
PROMPT
CONTACT_FLOW
FLOW_MODULE
Supported resource types
AGENT
ROUTING_PROFILE
STANDARD_QUEUE
SECURITY_PROFILE
OPERATING_HOURS
PROMPT
CONTACT_FLOW
FLOW_MODULE
public void setResourceTypes(Collection<String> resourceTypes)
The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types.
Supported resource types
AGENT
ROUTING_PROFILE
STANDARD_QUEUE
SECURITY_PROFILE
OPERATING_HOURS
PROMPT
CONTACT_FLOW
FLOW_MODULE
resourceTypes
- The list of resource types to be used to search tags from. If not provided or if any empty list is
provided, this API will search from all supported resource types.
Supported resource types
AGENT
ROUTING_PROFILE
STANDARD_QUEUE
SECURITY_PROFILE
OPERATING_HOURS
PROMPT
CONTACT_FLOW
FLOW_MODULE
public SearchResourceTagsRequest withResourceTypes(String... resourceTypes)
The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types.
Supported resource types
AGENT
ROUTING_PROFILE
STANDARD_QUEUE
SECURITY_PROFILE
OPERATING_HOURS
PROMPT
CONTACT_FLOW
FLOW_MODULE
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 to be used to search tags from. If not provided or if any empty list is
provided, this API will search from all supported resource types.
Supported resource types
AGENT
ROUTING_PROFILE
STANDARD_QUEUE
SECURITY_PROFILE
OPERATING_HOURS
PROMPT
CONTACT_FLOW
FLOW_MODULE
public SearchResourceTagsRequest withResourceTypes(Collection<String> resourceTypes)
The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types.
Supported resource types
AGENT
ROUTING_PROFILE
STANDARD_QUEUE
SECURITY_PROFILE
OPERATING_HOURS
PROMPT
CONTACT_FLOW
FLOW_MODULE
resourceTypes
- The list of resource types to be used to search tags from. If not provided or if any empty list is
provided, this API will search from all supported resource types.
Supported resource types
AGENT
ROUTING_PROFILE
STANDARD_QUEUE
SECURITY_PROFILE
OPERATING_HOURS
PROMPT
CONTACT_FLOW
FLOW_MODULE
public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public SearchResourceTagsRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public SearchResourceTagsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public void setSearchCriteria(ResourceTagsSearchCriteria searchCriteria)
The search criteria to be used to return tags.
searchCriteria
- The search criteria to be used to return tags.public ResourceTagsSearchCriteria getSearchCriteria()
The search criteria to be used to return tags.
public SearchResourceTagsRequest withSearchCriteria(ResourceTagsSearchCriteria searchCriteria)
The search criteria to be used to return tags.
searchCriteria
- The search criteria to be used to return tags.public String toString()
toString
in class Object
Object.toString()
public SearchResourceTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()