@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProtectConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeProtectConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeProtectConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ProtectConfigurationFilter> |
getFilters()
An array of ProtectConfigurationFilter objects to filter the results.
|
Integer |
getMaxResults()
The maximum number of results to return per each request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<String> |
getProtectConfigurationIds()
An array of protect configuration identifiers to search for.
|
int |
hashCode() |
void |
setFilters(Collection<ProtectConfigurationFilter> filters)
An array of ProtectConfigurationFilter objects to filter the results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setProtectConfigurationIds(Collection<String> protectConfigurationIds)
An array of protect configuration identifiers to search for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProtectConfigurationsRequest |
withFilters(Collection<ProtectConfigurationFilter> filters)
An array of ProtectConfigurationFilter objects to filter the results.
|
DescribeProtectConfigurationsRequest |
withFilters(ProtectConfigurationFilter... filters)
An array of ProtectConfigurationFilter objects to filter the results.
|
DescribeProtectConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribeProtectConfigurationsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeProtectConfigurationsRequest |
withProtectConfigurationIds(Collection<String> protectConfigurationIds)
An array of protect configuration identifiers to search for.
|
DescribeProtectConfigurationsRequest |
withProtectConfigurationIds(String... protectConfigurationIds)
An array of protect configuration identifiers to search for.
|
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 DescribeProtectConfigurationsRequest()
public List<String> getProtectConfigurationIds()
An array of protect configuration identifiers to search for.
public void setProtectConfigurationIds(Collection<String> protectConfigurationIds)
An array of protect configuration identifiers to search for.
protectConfigurationIds
- An array of protect configuration identifiers to search for.public DescribeProtectConfigurationsRequest withProtectConfigurationIds(String... protectConfigurationIds)
An array of protect configuration identifiers to search for.
NOTE: This method appends the values to the existing list (if any). Use
setProtectConfigurationIds(java.util.Collection)
or
withProtectConfigurationIds(java.util.Collection)
if you want to override the existing values.
protectConfigurationIds
- An array of protect configuration identifiers to search for.public DescribeProtectConfigurationsRequest withProtectConfigurationIds(Collection<String> protectConfigurationIds)
An array of protect configuration identifiers to search for.
protectConfigurationIds
- An array of protect configuration identifiers to search for.public List<ProtectConfigurationFilter> getFilters()
An array of ProtectConfigurationFilter objects to filter the results.
public void setFilters(Collection<ProtectConfigurationFilter> filters)
An array of ProtectConfigurationFilter objects to filter the results.
filters
- An array of ProtectConfigurationFilter objects to filter the results.public DescribeProtectConfigurationsRequest withFilters(ProtectConfigurationFilter... filters)
An array of ProtectConfigurationFilter objects to filter the results.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- An array of ProtectConfigurationFilter objects to filter the results.public DescribeProtectConfigurationsRequest withFilters(Collection<ProtectConfigurationFilter> filters)
An array of ProtectConfigurationFilter objects to filter the results.
filters
- An array of ProtectConfigurationFilter objects to filter the results.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public String getNextToken()
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
public DescribeProtectConfigurationsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public void setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public Integer getMaxResults()
The maximum number of results to return per each request.
public DescribeProtectConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public String toString()
toString
in class Object
Object.toString()
public DescribeProtectConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()