public class DescribeLoadBalancerTargetGroupsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeLoadBalancerTargetGroupsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LoadBalancerTargetGroupState> |
getLoadBalancerTargetGroups()
Information about the target groups.
|
java.lang.String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setLoadBalancerTargetGroups(java.util.Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
|
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerTargetGroupsResult |
withLoadBalancerTargetGroups(java.util.Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
|
DescribeLoadBalancerTargetGroupsResult |
withLoadBalancerTargetGroups(LoadBalancerTargetGroupState... loadBalancerTargetGroups)
Information about the target groups.
|
DescribeLoadBalancerTargetGroupsResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
public DescribeLoadBalancerTargetGroupsResult()
public java.util.List<LoadBalancerTargetGroupState> getLoadBalancerTargetGroups()
Information about the target groups.
Information about the target groups.
public void setLoadBalancerTargetGroups(java.util.Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
loadBalancerTargetGroups
- Information about the target groups.
public DescribeLoadBalancerTargetGroupsResult withLoadBalancerTargetGroups(LoadBalancerTargetGroupState... loadBalancerTargetGroups)
Information about the target groups.
Returns a reference to this object so that method calls can be chained together.
loadBalancerTargetGroups
- Information about the target groups.
public DescribeLoadBalancerTargetGroupsResult withLoadBalancerTargetGroups(java.util.Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
Returns a reference to this object so that method calls can be chained together.
loadBalancerTargetGroups
- Information about the target groups.
public java.lang.String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public void setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribeLoadBalancerTargetGroupsResult withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.