@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollaborationPrivacyBudgetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCollaborationPrivacyBudgetsResult() |
Modifier and Type | Method and Description |
---|---|
ListCollaborationPrivacyBudgetsResult |
clone() |
boolean |
equals(Object obj) |
List<CollaborationPrivacyBudgetSummary> |
getCollaborationPrivacyBudgetSummaries()
Summaries of the collaboration privacy budgets.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setCollaborationPrivacyBudgetSummaries(Collection<CollaborationPrivacyBudgetSummary> collaborationPrivacyBudgetSummaries)
Summaries of the collaboration privacy budgets.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListCollaborationPrivacyBudgetsResult |
withCollaborationPrivacyBudgetSummaries(CollaborationPrivacyBudgetSummary... collaborationPrivacyBudgetSummaries)
Summaries of the collaboration privacy budgets.
|
ListCollaborationPrivacyBudgetsResult |
withCollaborationPrivacyBudgetSummaries(Collection<CollaborationPrivacyBudgetSummary> collaborationPrivacyBudgetSummaries)
Summaries of the collaboration privacy budgets.
|
ListCollaborationPrivacyBudgetsResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListCollaborationPrivacyBudgetsResult()
public List<CollaborationPrivacyBudgetSummary> getCollaborationPrivacyBudgetSummaries()
Summaries of the collaboration privacy budgets.
public void setCollaborationPrivacyBudgetSummaries(Collection<CollaborationPrivacyBudgetSummary> collaborationPrivacyBudgetSummaries)
Summaries of the collaboration privacy budgets.
collaborationPrivacyBudgetSummaries
- Summaries of the collaboration privacy budgets.public ListCollaborationPrivacyBudgetsResult withCollaborationPrivacyBudgetSummaries(CollaborationPrivacyBudgetSummary... collaborationPrivacyBudgetSummaries)
Summaries of the collaboration privacy budgets.
NOTE: This method appends the values to the existing list (if any). Use
setCollaborationPrivacyBudgetSummaries(java.util.Collection)
or
withCollaborationPrivacyBudgetSummaries(java.util.Collection)
if you want to override the existing
values.
collaborationPrivacyBudgetSummaries
- Summaries of the collaboration privacy budgets.public ListCollaborationPrivacyBudgetsResult withCollaborationPrivacyBudgetSummaries(Collection<CollaborationPrivacyBudgetSummary> collaborationPrivacyBudgetSummaries)
Summaries of the collaboration privacy budgets.
collaborationPrivacyBudgetSummaries
- Summaries of the collaboration privacy budgets.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListCollaborationPrivacyBudgetsResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListCollaborationPrivacyBudgetsResult clone()