@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSecurityProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
ListSecurityProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDimensionName()
A filter to limit results to the security profiles that use the defined dimension.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getMetricName()
The name of the custom metric.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setDimensionName(String dimensionName)
A filter to limit results to the security profiles that use the defined dimension.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setMetricName(String metricName)
The name of the custom metric.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityProfilesRequest |
withDimensionName(String dimensionName)
A filter to limit results to the security profiles that use the defined dimension.
|
ListSecurityProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListSecurityProfilesRequest |
withMetricName(String metricName)
The name of the custom metric.
|
ListSecurityProfilesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
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 setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListSecurityProfilesRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListSecurityProfilesRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public void setDimensionName(String dimensionName)
A filter to limit results to the security profiles that use the defined dimension. Cannot be used with
metricName
dimensionName
- A filter to limit results to the security profiles that use the defined dimension. Cannot be used with
metricName
public String getDimensionName()
A filter to limit results to the security profiles that use the defined dimension. Cannot be used with
metricName
metricName
public ListSecurityProfilesRequest withDimensionName(String dimensionName)
A filter to limit results to the security profiles that use the defined dimension. Cannot be used with
metricName
dimensionName
- A filter to limit results to the security profiles that use the defined dimension. Cannot be used with
metricName
public void setMetricName(String metricName)
The name of the custom metric. Cannot be used with dimensionName
.
metricName
- The name of the custom metric. Cannot be used with dimensionName
.public String getMetricName()
The name of the custom metric. Cannot be used with dimensionName
.
dimensionName
.public ListSecurityProfilesRequest withMetricName(String metricName)
The name of the custom metric. Cannot be used with dimensionName
.
metricName
- The name of the custom metric. Cannot be used with dimensionName
.public String toString()
toString
in class Object
Object.toString()
public ListSecurityProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()