@Generated(value="software.amazon.awssdk:codegen") public class DescribeStaleSecurityGroupsRequest extends EC2Request implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStaleSecurityGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStaleSecurityGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
String |
toString() |
String |
vpcId()
The ID of the VPC.
|
requestOverrideConfigpublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>toBuilder in class EC2Requestpublic static DescribeStaleSecurityGroupsRequest.Builder builder()
public static Class<? extends DescribeStaleSecurityGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.