@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrafficDistributionGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTrafficDistributionGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListTrafficDistributionGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<TrafficDistributionGroupSummary> |
getTrafficDistributionGroupSummaryList()
A list of traffic distribution groups.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setTrafficDistributionGroupSummaryList(Collection<TrafficDistributionGroupSummary> trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
|
String |
toString()
Returns a string representation of this object.
|
ListTrafficDistributionGroupsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListTrafficDistributionGroupsResult |
withTrafficDistributionGroupSummaryList(Collection<TrafficDistributionGroupSummary> trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
|
ListTrafficDistributionGroupsResult |
withTrafficDistributionGroupSummaryList(TrafficDistributionGroupSummary... trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(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 String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListTrafficDistributionGroupsResult withNextToken(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 List<TrafficDistributionGroupSummary> getTrafficDistributionGroupSummaryList()
A list of traffic distribution groups.
public void setTrafficDistributionGroupSummaryList(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.
NOTE: This method appends the values to the existing list (if any). Use
setTrafficDistributionGroupSummaryList(java.util.Collection)
or
withTrafficDistributionGroupSummaryList(java.util.Collection)
if you want to override the existing
values.
trafficDistributionGroupSummaryList
- A list of traffic distribution groups.public ListTrafficDistributionGroupsResult withTrafficDistributionGroupSummaryList(Collection<TrafficDistributionGroupSummary> trafficDistributionGroupSummaryList)
A list of traffic distribution groups.
trafficDistributionGroupSummaryList
- A list of traffic distribution groups.public String toString()
toString
in class Object
Object.toString()
public ListTrafficDistributionGroupsResult clone()