@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSecurityConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSecurityConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreatedAfter()
The date and time after which the security configuration was created.
|
Date |
getCreatedBefore()
The date and time before which the security configuration was created.
|
Integer |
getMaxResults()
The maximum number of security configurations the operation can list.
|
String |
getNextToken()
The token for the next set of security configurations to return.
|
int |
hashCode() |
void |
setCreatedAfter(Date createdAfter)
The date and time after which the security configuration was created.
|
void |
setCreatedBefore(Date createdBefore)
The date and time before which the security configuration was created.
|
void |
setMaxResults(Integer maxResults)
The maximum number of security configurations the operation can list.
|
void |
setNextToken(String nextToken)
The token for the next set of security configurations to return.
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityConfigurationsRequest |
withCreatedAfter(Date createdAfter)
The date and time after which the security configuration was created.
|
ListSecurityConfigurationsRequest |
withCreatedBefore(Date createdBefore)
The date and time before which the security configuration was created.
|
ListSecurityConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of security configurations the operation can list.
|
ListSecurityConfigurationsRequest |
withNextToken(String nextToken)
The token for the next set of security configurations to return.
|
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 setCreatedAfter(Date createdAfter)
The date and time after which the security configuration was created.
createdAfter
- The date and time after which the security configuration was created.public Date getCreatedAfter()
The date and time after which the security configuration was created.
public ListSecurityConfigurationsRequest withCreatedAfter(Date createdAfter)
The date and time after which the security configuration was created.
createdAfter
- The date and time after which the security configuration was created.public void setCreatedBefore(Date createdBefore)
The date and time before which the security configuration was created.
createdBefore
- The date and time before which the security configuration was created.public Date getCreatedBefore()
The date and time before which the security configuration was created.
public ListSecurityConfigurationsRequest withCreatedBefore(Date createdBefore)
The date and time before which the security configuration was created.
createdBefore
- The date and time before which the security configuration was created.public void setMaxResults(Integer maxResults)
The maximum number of security configurations the operation can list.
maxResults
- The maximum number of security configurations the operation can list.public Integer getMaxResults()
The maximum number of security configurations the operation can list.
public ListSecurityConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of security configurations the operation can list.
maxResults
- The maximum number of security configurations the operation can list.public void setNextToken(String nextToken)
The token for the next set of security configurations to return.
nextToken
- The token for the next set of security configurations to return.public String getNextToken()
The token for the next set of security configurations to return.
public ListSecurityConfigurationsRequest withNextToken(String nextToken)
The token for the next set of security configurations to return.
nextToken
- The token for the next set of security configurations to return.public String toString()
toString
in class Object
Object.toString()
public ListSecurityConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()