public class ListBillingGroupsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListBillingGroupsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<GroupNameAndArn> |
getBillingGroups()
The list of billing groups.
|
java.lang.String |
getNextToken()
The token to use to get the next set of results, or null if there
are no additional results.
|
int |
hashCode() |
void |
setBillingGroups(java.util.Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
|
void |
setNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there
are no additional results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListBillingGroupsResult |
withBillingGroups(java.util.Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
|
ListBillingGroupsResult |
withBillingGroups(GroupNameAndArn... billingGroups)
The list of billing groups.
|
ListBillingGroupsResult |
withNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there
are no additional results.
|
public java.util.List<GroupNameAndArn> getBillingGroups()
The list of billing groups.
The list of billing groups.
public void setBillingGroups(java.util.Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
billingGroups
- The list of billing groups.
public ListBillingGroupsResult withBillingGroups(GroupNameAndArn... billingGroups)
The list of billing groups.
Returns a reference to this object so that method calls can be chained together.
billingGroups
- The list of billing groups.
public ListBillingGroupsResult withBillingGroups(java.util.Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
Returns a reference to this object so that method calls can be chained together.
billingGroups
- The list of billing groups.
public java.lang.String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
The token to use to get the next set of results, or null if there are no additional results.
public void setNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.
public ListBillingGroupsResult withNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.
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.