@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSecurityConfigsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSecurityConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
ListSecurityConfigs operation returns a nextToken , you can include the
returned nextToken in subsequent ListSecurityConfigs operations, which returns results
in the next page. |
String |
getType()
The type of security configuration.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
ListSecurityConfigs operation returns a nextToken , you can include the
returned nextToken in subsequent ListSecurityConfigs operations, which returns results
in the next page. |
void |
setType(String type)
The type of security configuration.
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityConfigsRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListSecurityConfigsRequest |
withNextToken(String nextToken)
If your initial
ListSecurityConfigs operation returns a nextToken , you can include the
returned nextToken in subsequent ListSecurityConfigs operations, which returns results
in the next page. |
ListSecurityConfigsRequest |
withType(SecurityConfigType type)
The type of security configuration.
|
ListSecurityConfigsRequest |
withType(String type)
The type of security configuration.
|
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 setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results. The default is 20.public Integer getMaxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
nextToken
to get the next page of results. The default is 20.public ListSecurityConfigsRequest withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results. The default is 20.public void setNextToken(String nextToken)
If your initial ListSecurityConfigs
operation returns a nextToken
, you can include the
returned nextToken
in subsequent ListSecurityConfigs
operations, which returns results
in the next page.
nextToken
- If your initial ListSecurityConfigs
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListSecurityConfigs
operations,
which returns results in the next page.public String getNextToken()
If your initial ListSecurityConfigs
operation returns a nextToken
, you can include the
returned nextToken
in subsequent ListSecurityConfigs
operations, which returns results
in the next page.
ListSecurityConfigs
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListSecurityConfigs
operations,
which returns results in the next page.public ListSecurityConfigsRequest withNextToken(String nextToken)
If your initial ListSecurityConfigs
operation returns a nextToken
, you can include the
returned nextToken
in subsequent ListSecurityConfigs
operations, which returns results
in the next page.
nextToken
- If your initial ListSecurityConfigs
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListSecurityConfigs
operations,
which returns results in the next page.public void setType(String type)
The type of security configuration.
type
- The type of security configuration.SecurityConfigType
public String getType()
The type of security configuration.
SecurityConfigType
public ListSecurityConfigsRequest withType(String type)
The type of security configuration.
type
- The type of security configuration.SecurityConfigType
public ListSecurityConfigsRequest withType(SecurityConfigType type)
The type of security configuration.
type
- The type of security configuration.SecurityConfigType
public String toString()
toString
in class Object
Object.toString()
public ListSecurityConfigsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Datenschutz | Nutzungsbedingungen für die Website | Cookie-Einstellungen | © 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.