Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeStaleSecurityGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeStaleSecurityGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeStaleSecurityGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of items to return for this request.
|
String |
nextToken() |
The token for the next set of items to return.
|
static Class<? extends DescribeStaleSecurityGroupsRequest.Builder> |
serializableBuilderClass() |
|
DescribeStaleSecurityGroupsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public Integer maxResults()
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
public String nextToken()
The token for the next set of items to return. (You received this token from a prior call.)
public String vpcId()
The ID of the VPC.
public DescribeStaleSecurityGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>
public static DescribeStaleSecurityGroupsRequest.Builder builder()
public static Class<? extends DescribeStaleSecurityGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.