Class ListOnPremisesInstancesRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a list on-premises instances operation.
.- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
An identifier returned from the previous list on-premises instances call.The registration status of the on-premises instances:The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.int
hashCode()
void
setNextToken
(String nextToken) An identifier returned from the previous list on-premises instances call.void
setRegistrationStatus
(RegistrationStatus registrationStatus) The registration status of the on-premises instances:void
setRegistrationStatus
(String registrationStatus) The registration status of the on-premises instances:void
setTagFilters
(Collection<TagFilter> tagFilters) The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) An identifier returned from the previous list on-premises instances call.withRegistrationStatus
(RegistrationStatus registrationStatus) The registration status of the on-premises instances:withRegistrationStatus
(String registrationStatus) The registration status of the on-premises instances:withTagFilters
(TagFilter... tagFilters) The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.withTagFilters
(Collection<TagFilter> tagFilters) The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListOnPremisesInstancesRequest
public ListOnPremisesInstancesRequest()
-
-
Method Details
-
setRegistrationStatus
The registration status of the on-premises instances:
- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- Parameters:
registrationStatus
- The registration status of the on-premises instances:- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- See Also:
-
getRegistrationStatus
The registration status of the on-premises instances:
- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- Returns:
- The registration status of the on-premises instances:
- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- See Also:
-
withRegistrationStatus
The registration status of the on-premises instances:
- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- Parameters:
registrationStatus
- The registration status of the on-premises instances:- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setRegistrationStatus
The registration status of the on-premises instances:
- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- Parameters:
registrationStatus
- The registration status of the on-premises instances:- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- See Also:
-
withRegistrationStatus
The registration status of the on-premises instances:
- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- Parameters:
registrationStatus
- The registration status of the on-premises instances:- Deregistered: Include deregistered on-premises instances in the resulting list.
- Registered: Include registered on-premises instances in the resulting list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
getTagFilters
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
- Returns:
- The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
-
setTagFilters
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
- Parameters:
tagFilters
- The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
-
withTagFilters
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
NOTE: This method appends the values to the existing list (if any). Use
setTagFilters(java.util.Collection)
orwithTagFilters(java.util.Collection)
if you want to override the existing values.- Parameters:
tagFilters
- The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTagFilters
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
- Parameters:
tagFilters
- The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.
- Parameters:
nextToken
- An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.
-
getNextToken
An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.
- Returns:
- An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.
-
withNextToken
An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.
- Parameters:
nextToken
- An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-