@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoadBalancerTargetGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLoadBalancerTargetGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerTargetGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<LoadBalancerTargetGroupState> |
getLoadBalancerTargetGroups()
Information about the target groups.
|
String |
getNextToken()
A string that indicates that the response contains more items than can be returned in a single response.
|
int |
hashCode() |
void |
setLoadBalancerTargetGroups(Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
|
void |
setNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLoadBalancerTargetGroupsResult |
withLoadBalancerTargetGroups(Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
|
DescribeLoadBalancerTargetGroupsResult |
withLoadBalancerTargetGroups(LoadBalancerTargetGroupState... loadBalancerTargetGroups)
Information about the target groups.
|
DescribeLoadBalancerTargetGroupsResult |
withNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeLoadBalancerTargetGroupsResult()
public List<LoadBalancerTargetGroupState> getLoadBalancerTargetGroups()
Information about the target groups.
public void setLoadBalancerTargetGroups(Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
loadBalancerTargetGroups
- Information about the target groups.public DescribeLoadBalancerTargetGroupsResult withLoadBalancerTargetGroups(LoadBalancerTargetGroupState... loadBalancerTargetGroups)
Information about the target groups.
NOTE: This method appends the values to the existing list (if any). Use
setLoadBalancerTargetGroups(java.util.Collection)
or
withLoadBalancerTargetGroups(java.util.Collection)
if you want to override the existing values.
loadBalancerTargetGroups
- Information about the target groups.public DescribeLoadBalancerTargetGroupsResult withLoadBalancerTargetGroups(Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
loadBalancerTargetGroups
- Information about the target groups.public void setNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public String getNextToken()
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public DescribeLoadBalancerTargetGroupsResult withNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeLoadBalancerTargetGroupsResult clone()
Copyright © 2022. All rights reserved.