@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPrivacyBudgetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPrivacyBudgetsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPrivacyBudgetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
List<PrivacyBudgetSummary> |
getPrivacyBudgetSummaries()
An array that summarizes the privacy budgets.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
void |
setPrivacyBudgetSummaries(Collection<PrivacyBudgetSummary> privacyBudgetSummaries)
An array that summarizes the privacy budgets.
|
String |
toString()
Returns a string representation of this object.
|
ListPrivacyBudgetsResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListPrivacyBudgetsResult |
withPrivacyBudgetSummaries(Collection<PrivacyBudgetSummary> privacyBudgetSummaries)
An array that summarizes the privacy budgets.
|
ListPrivacyBudgetsResult |
withPrivacyBudgetSummaries(PrivacyBudgetSummary... privacyBudgetSummaries)
An array that summarizes the privacy budgets.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PrivacyBudgetSummary> getPrivacyBudgetSummaries()
An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
public void setPrivacyBudgetSummaries(Collection<PrivacyBudgetSummary> privacyBudgetSummaries)
An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
privacyBudgetSummaries - An array that summarizes the privacy budgets. The summary includes collaboration information, membership
information, privacy budget template information, and privacy budget details.public ListPrivacyBudgetsResult withPrivacyBudgetSummaries(PrivacyBudgetSummary... privacyBudgetSummaries)
An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
NOTE: This method appends the values to the existing list (if any). Use
setPrivacyBudgetSummaries(java.util.Collection) or
withPrivacyBudgetSummaries(java.util.Collection) if you want to override the existing values.
privacyBudgetSummaries - An array that summarizes the privacy budgets. The summary includes collaboration information, membership
information, privacy budget template information, and privacy budget details.public ListPrivacyBudgetsResult withPrivacyBudgetSummaries(Collection<PrivacyBudgetSummary> privacyBudgetSummaries)
An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
privacyBudgetSummaries - An array that summarizes the privacy budgets. The summary includes collaboration information, membership
information, privacy budget template information, and privacy budget details.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 ListPrivacyBudgetsResult 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 ObjectObject.toString()public ListPrivacyBudgetsResult clone()