public class ListTrafficDistributionGroupsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListTrafficDistributionGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<TrafficDistributionGroupSummary> |
getTrafficDistributionGroupSummaryList()
A list of traffic distribution groups.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setTrafficDistributionGroupSummaryList(java.util.Collection<TrafficDistributionGroupSummary> trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTrafficDistributionGroupsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
ListTrafficDistributionGroupsResult |
withTrafficDistributionGroupSummaryList(java.util.Collection<TrafficDistributionGroupSummary> trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
|
ListTrafficDistributionGroupsResult |
withTrafficDistributionGroupSummaryList(TrafficDistributionGroupSummary... trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
|
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.
public ListTrafficDistributionGroupsResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - If there are additional results, this is the token for the next set of results.
public java.util.List<TrafficDistributionGroupSummary> getTrafficDistributionGroupSummaryList()
A list of traffic distribution groups.
A list of traffic distribution groups.
public void setTrafficDistributionGroupSummaryList(java.util.Collection<TrafficDistributionGroupSummary> trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
trafficDistributionGroupSummaryList - A list of traffic distribution groups.
public ListTrafficDistributionGroupsResult withTrafficDistributionGroupSummaryList(TrafficDistributionGroupSummary... trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
Returns a reference to this object so that method calls can be chained together.
trafficDistributionGroupSummaryList - A list of traffic distribution groups.
public ListTrafficDistributionGroupsResult withTrafficDistributionGroupSummaryList(java.util.Collection<TrafficDistributionGroupSummary> trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
Returns a reference to this object so that method calls can be chained together.
trafficDistributionGroupSummaryList - A list of traffic distribution groups.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object