@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollaborationPrivacyBudgetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCollaborationPrivacyBudgetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationPrivacyBudgetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollaborationIdentifier()
A unique identifier for one of your collaborations.
|
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
String |
getPrivacyBudgetType()
Specifies the type of the privacy budget.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for one of your collaborations.
|
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
void |
setPrivacyBudgetType(String privacyBudgetType)
Specifies the type of the privacy budget.
|
String |
toString()
Returns a string representation of this object.
|
ListCollaborationPrivacyBudgetsRequest |
withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for one of your collaborations.
|
ListCollaborationPrivacyBudgetsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListCollaborationPrivacyBudgetsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListCollaborationPrivacyBudgetsRequest |
withPrivacyBudgetType(PrivacyBudgetType privacyBudgetType)
Specifies the type of the privacy budget.
|
ListCollaborationPrivacyBudgetsRequest |
withPrivacyBudgetType(String privacyBudgetType)
Specifies the type of the privacy budget.
|
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 ListCollaborationPrivacyBudgetsRequest()
public void setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for one of your collaborations.
collaborationIdentifier - A unique identifier for one of your collaborations.public String getCollaborationIdentifier()
A unique identifier for one of your collaborations.
public ListCollaborationPrivacyBudgetsRequest withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for one of your collaborations.
collaborationIdentifier - A unique identifier for one of your collaborations.public void setPrivacyBudgetType(String privacyBudgetType)
Specifies the type of the privacy budget.
privacyBudgetType - Specifies the type of the privacy budget.PrivacyBudgetTypepublic String getPrivacyBudgetType()
Specifies the type of the privacy budget.
PrivacyBudgetTypepublic ListCollaborationPrivacyBudgetsRequest withPrivacyBudgetType(String privacyBudgetType)
Specifies the type of the privacy budget.
privacyBudgetType - Specifies the type of the privacy budget.PrivacyBudgetTypepublic ListCollaborationPrivacyBudgetsRequest withPrivacyBudgetType(PrivacyBudgetType privacyBudgetType)
Specifies the type of the privacy budget.
privacyBudgetType - Specifies the type of the privacy budget.PrivacyBudgetTypepublic 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 ListCollaborationPrivacyBudgetsRequest 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 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 ListCollaborationPrivacyBudgetsRequest 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 ListCollaborationPrivacyBudgetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()