public class ListOnPremisesInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a list on-premises instances operation.
.NOOP
Constructor and Description |
---|
ListOnPremisesInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
ListOnPremisesInstancesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getNextToken()
An identifier returned from the previous list on-premises instances call.
|
String |
getRegistrationStatus()
The registration status of the on-premises instances:
|
List<TagFilter> |
getTagFilters()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOnPremisesInstancesRequest |
withNextToken(String nextToken)
An identifier returned from the previous list on-premises instances call.
|
ListOnPremisesInstancesRequest |
withRegistrationStatus(RegistrationStatus registrationStatus)
The registration status of the on-premises instances:
|
ListOnPremisesInstancesRequest |
withRegistrationStatus(String registrationStatus)
The registration status of the on-premises instances:
|
ListOnPremisesInstancesRequest |
withTagFilters(Collection<TagFilter> tagFilters)
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.
|
ListOnPremisesInstancesRequest |
withTagFilters(TagFilter... tagFilters)
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRegistrationStatus(String registrationStatus)
The registration status of the on-premises instances:
registrationStatus
- The registration status of the on-premises instances:
RegistrationStatus
public String getRegistrationStatus()
The registration status of the on-premises instances:
RegistrationStatus
public ListOnPremisesInstancesRequest withRegistrationStatus(String registrationStatus)
The registration status of the on-premises instances:
registrationStatus
- The registration status of the on-premises instances:
RegistrationStatus
public void setRegistrationStatus(RegistrationStatus registrationStatus)
The registration status of the on-premises instances:
registrationStatus
- The registration status of the on-premises instances:
RegistrationStatus
public ListOnPremisesInstancesRequest withRegistrationStatus(RegistrationStatus registrationStatus)
The registration status of the on-premises instances:
registrationStatus
- The registration status of the on-premises instances:
RegistrationStatus
public List<TagFilter> getTagFilters()
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
public void setTagFilters(Collection<TagFilter> tagFilters)
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
tagFilters
- The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.public ListOnPremisesInstancesRequest withTagFilters(TagFilter... tagFilters)
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)
or
withTagFilters(java.util.Collection)
if you want to override the
existing values.
tagFilters
- The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.public ListOnPremisesInstancesRequest withTagFilters(Collection<TagFilter> tagFilters)
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
tagFilters
- The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names returned.public void setNextToken(String 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.
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.public String 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.
public ListOnPremisesInstancesRequest withNextToken(String 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.
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.public String toString()
toString
in class Object
Object.toString()
public ListOnPremisesInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.