@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTargetGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListTargetGroupsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListTargetGroupsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Integer | getMaxResults()
 The maximum number of results to return. | 
| String | getNextToken()
 A pagination token for the next page of results. | 
| String | getTargetGroupType()
 The target group type. | 
| String | getVpcIdentifier()
 The ID or Amazon Resource Name (ARN) of the VPC. | 
| int | hashCode() | 
| void | setMaxResults(Integer maxResults)
 The maximum number of results to return. | 
| void | setNextToken(String nextToken)
 A pagination token for the next page of results. | 
| void | setTargetGroupType(String targetGroupType)
 The target group type. | 
| void | setVpcIdentifier(String vpcIdentifier)
 The ID or Amazon Resource Name (ARN) of the VPC. | 
| String | toString()Returns a string representation of this object. | 
| ListTargetGroupsRequest | withMaxResults(Integer maxResults)
 The maximum number of results to return. | 
| ListTargetGroupsRequest | withNextToken(String nextToken)
 A pagination token for the next page of results. | 
| ListTargetGroupsRequest | withTargetGroupType(String targetGroupType)
 The target group type. | 
| ListTargetGroupsRequest | withTargetGroupType(TargetGroupType targetGroupType)
 The target group type. | 
| ListTargetGroupsRequest | withVpcIdentifier(String vpcIdentifier)
 The ID or Amazon Resource Name (ARN) of the VPC. | 
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListTargetGroupsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public void setNextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.public String getNextToken()
A pagination token for the next page of results.
public ListTargetGroupsRequest withNextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.public void setTargetGroupType(String targetGroupType)
The target group type.
targetGroupType - The target group type.TargetGroupTypepublic String getTargetGroupType()
The target group type.
TargetGroupTypepublic ListTargetGroupsRequest withTargetGroupType(String targetGroupType)
The target group type.
targetGroupType - The target group type.TargetGroupTypepublic ListTargetGroupsRequest withTargetGroupType(TargetGroupType targetGroupType)
The target group type.
targetGroupType - The target group type.TargetGroupTypepublic void setVpcIdentifier(String vpcIdentifier)
The ID or Amazon Resource Name (ARN) of the VPC.
vpcIdentifier - The ID or Amazon Resource Name (ARN) of the VPC.public String getVpcIdentifier()
The ID or Amazon Resource Name (ARN) of the VPC.
public ListTargetGroupsRequest withVpcIdentifier(String vpcIdentifier)
The ID or Amazon Resource Name (ARN) of the VPC.
vpcIdentifier - The ID or Amazon Resource Name (ARN) of the VPC.public String toString()
toString in class ObjectObject.toString()public ListTargetGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()