@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() |
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 service.
|
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 service.
|
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 service.
|
addHandlerContext, copyBaseTo, 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 service.
vpcIdentifier - The ID or Amazon Resource Name (ARN) of the service.public String getVpcIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
public ListTargetGroupsRequest withVpcIdentifier(String vpcIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
vpcIdentifier - The ID or Amazon Resource Name (ARN) of the service.public String toString()
toString in class ObjectObject.toString()public ListTargetGroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.