@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstancePropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeInstancePropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInstancePropertiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<InstancePropertyStringFilter> |
getFiltersWithOperator()
The request filters to use with the operator.
|
List<InstancePropertyFilter> |
getInstancePropertyFilterList()
An array of instance property filters.
|
Integer |
getMaxResults()
The maximum number of items to return for the call.
|
String |
getNextToken()
The token provided by a previous request to use to return the next set of properties.
|
int |
hashCode() |
void |
setFiltersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator)
The request filters to use with the operator.
|
void |
setInstancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList)
An array of instance property filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for the call.
|
void |
setNextToken(String nextToken)
The token provided by a previous request to use to return the next set of properties.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstancePropertiesRequest |
withFiltersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator)
The request filters to use with the operator.
|
DescribeInstancePropertiesRequest |
withFiltersWithOperator(InstancePropertyStringFilter... filtersWithOperator)
The request filters to use with the operator.
|
DescribeInstancePropertiesRequest |
withInstancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList)
An array of instance property filters.
|
DescribeInstancePropertiesRequest |
withInstancePropertyFilterList(InstancePropertyFilter... instancePropertyFilterList)
An array of instance property filters.
|
DescribeInstancePropertiesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for the call.
|
DescribeInstancePropertiesRequest |
withNextToken(String nextToken)
The token provided by a previous request to use to return the next set of properties.
|
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 List<InstancePropertyFilter> getInstancePropertyFilterList()
An array of instance property filters.
public void setInstancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList)
An array of instance property filters.
instancePropertyFilterList
- An array of instance property filters.public DescribeInstancePropertiesRequest withInstancePropertyFilterList(InstancePropertyFilter... instancePropertyFilterList)
An array of instance property filters.
NOTE: This method appends the values to the existing list (if any). Use
setInstancePropertyFilterList(java.util.Collection)
or
withInstancePropertyFilterList(java.util.Collection)
if you want to override the existing values.
instancePropertyFilterList
- An array of instance property filters.public DescribeInstancePropertiesRequest withInstancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList)
An array of instance property filters.
instancePropertyFilterList
- An array of instance property filters.public List<InstancePropertyStringFilter> getFiltersWithOperator()
The request filters to use with the operator.
public void setFiltersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator)
The request filters to use with the operator.
filtersWithOperator
- The request filters to use with the operator.public DescribeInstancePropertiesRequest withFiltersWithOperator(InstancePropertyStringFilter... filtersWithOperator)
The request filters to use with the operator.
NOTE: This method appends the values to the existing list (if any). Use
setFiltersWithOperator(java.util.Collection)
or withFiltersWithOperator(java.util.Collection)
if you want to override the existing values.
filtersWithOperator
- The request filters to use with the operator.public DescribeInstancePropertiesRequest withFiltersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator)
The request filters to use with the operator.
filtersWithOperator
- The request filters to use with the operator.public void setMaxResults(Integer maxResults)
The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for the call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public DescribeInstancePropertiesRequest withMaxResults(Integer maxResults)
The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for the call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public void setNextToken(String nextToken)
The token provided by a previous request to use to return the next set of properties.
nextToken
- The token provided by a previous request to use to return the next set of properties.public String getNextToken()
The token provided by a previous request to use to return the next set of properties.
public DescribeInstancePropertiesRequest withNextToken(String nextToken)
The token provided by a previous request to use to return the next set of properties.
nextToken
- The token provided by a previous request to use to return the next set of properties.public String toString()
toString
in class Object
Object.toString()
public DescribeInstancePropertiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()