@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPrivacyBudgetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListPrivacyBudgetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListPrivacyBudgetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getMembershipIdentifier()
A unique identifier for one of your memberships for a collaboration.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
String |
getPrivacyBudgetType()
The privacy budget type.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
void |
setMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
void |
setPrivacyBudgetType(String privacyBudgetType)
The privacy budget type.
|
String |
toString()
Returns a string representation of this object.
|
ListPrivacyBudgetsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListPrivacyBudgetsRequest |
withMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration.
|
ListPrivacyBudgetsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListPrivacyBudgetsRequest |
withPrivacyBudgetType(PrivacyBudgetType privacyBudgetType)
The privacy budget type.
|
ListPrivacyBudgetsRequest |
withPrivacyBudgetType(String privacyBudgetType)
The privacy budget type.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
membershipIdentifier - A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from
the collaboration that this membership belongs to. Accepts a membership ID.public String getMembershipIdentifier()
A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
public ListPrivacyBudgetsRequest withMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
membershipIdentifier - A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from
the collaboration that this membership belongs to. Accepts a membership ID.public void setPrivacyBudgetType(String privacyBudgetType)
The privacy budget type.
privacyBudgetType - The privacy budget type.PrivacyBudgetTypepublic String getPrivacyBudgetType()
The privacy budget type.
PrivacyBudgetTypepublic ListPrivacyBudgetsRequest withPrivacyBudgetType(String privacyBudgetType)
The privacy budget type.
privacyBudgetType - The privacy budget type.PrivacyBudgetTypepublic ListPrivacyBudgetsRequest withPrivacyBudgetType(PrivacyBudgetType privacyBudgetType)
The privacy budget type.
privacyBudgetType - The privacy budget type.PrivacyBudgetTypepublic 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 ListPrivacyBudgetsRequest 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 void setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
maxResults - The maximum size of the results that is returned per call. Service chooses a default if it has not been
set. Service may return a nextToken even if the maximum results has not been met.public Integer getMaxResults()
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
public ListPrivacyBudgetsRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
maxResults - The maximum size of the results that is returned per call. Service chooses a default if it has not been
set. Service may return a nextToken even if the maximum results has not been met.public String toString()
toString in class ObjectObject.toString()public ListPrivacyBudgetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()