@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePrivacyBudgetTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePrivacyBudgetTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePrivacyBudgetTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMembershipIdentifier()
A unique identifier for one of your memberships for a collaboration.
|
PrivacyBudgetTemplateUpdateParameters |
getParameters()
Specifies the epsilon and noise parameters for the privacy budget template.
|
String |
getPrivacyBudgetTemplateIdentifier()
A unique identifier for your privacy budget template that you want to update.
|
String |
getPrivacyBudgetType()
Specifies the type of the privacy budget template.
|
int |
hashCode() |
void |
setMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration.
|
void |
setParameters(PrivacyBudgetTemplateUpdateParameters parameters)
Specifies the epsilon and noise parameters for the privacy budget template.
|
void |
setPrivacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier)
A unique identifier for your privacy budget template that you want to update.
|
void |
setPrivacyBudgetType(String privacyBudgetType)
Specifies the type of the privacy budget template.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePrivacyBudgetTemplateRequest |
withMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration.
|
UpdatePrivacyBudgetTemplateRequest |
withParameters(PrivacyBudgetTemplateUpdateParameters parameters)
Specifies the epsilon and noise parameters for the privacy budget template.
|
UpdatePrivacyBudgetTemplateRequest |
withPrivacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier)
A unique identifier for your privacy budget template that you want to update.
|
UpdatePrivacyBudgetTemplateRequest |
withPrivacyBudgetType(PrivacyBudgetType privacyBudgetType)
Specifies the type of the privacy budget template.
|
UpdatePrivacyBudgetTemplateRequest |
withPrivacyBudgetType(String privacyBudgetType)
Specifies the type of the privacy budget template.
|
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, withSdkRequestTimeout
public void setMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in 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 template is
updated in 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 template is updated in the collaboration that this membership belongs to. Accepts a membership ID.
public UpdatePrivacyBudgetTemplateRequest withMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in 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 template is
updated in the collaboration that this membership belongs to. Accepts a membership ID.public void setPrivacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier)
A unique identifier for your privacy budget template that you want to update.
privacyBudgetTemplateIdentifier
- A unique identifier for your privacy budget template that you want to update.public String getPrivacyBudgetTemplateIdentifier()
A unique identifier for your privacy budget template that you want to update.
public UpdatePrivacyBudgetTemplateRequest withPrivacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier)
A unique identifier for your privacy budget template that you want to update.
privacyBudgetTemplateIdentifier
- A unique identifier for your privacy budget template that you want to update.public void setPrivacyBudgetType(String privacyBudgetType)
Specifies the type of the privacy budget template.
privacyBudgetType
- Specifies the type of the privacy budget template.PrivacyBudgetType
public String getPrivacyBudgetType()
Specifies the type of the privacy budget template.
PrivacyBudgetType
public UpdatePrivacyBudgetTemplateRequest withPrivacyBudgetType(String privacyBudgetType)
Specifies the type of the privacy budget template.
privacyBudgetType
- Specifies the type of the privacy budget template.PrivacyBudgetType
public UpdatePrivacyBudgetTemplateRequest withPrivacyBudgetType(PrivacyBudgetType privacyBudgetType)
Specifies the type of the privacy budget template.
privacyBudgetType
- Specifies the type of the privacy budget template.PrivacyBudgetType
public void setParameters(PrivacyBudgetTemplateUpdateParameters parameters)
Specifies the epsilon and noise parameters for the privacy budget template.
parameters
- Specifies the epsilon and noise parameters for the privacy budget template.public PrivacyBudgetTemplateUpdateParameters getParameters()
Specifies the epsilon and noise parameters for the privacy budget template.
public UpdatePrivacyBudgetTemplateRequest withParameters(PrivacyBudgetTemplateUpdateParameters parameters)
Specifies the epsilon and noise parameters for the privacy budget template.
parameters
- Specifies the epsilon and noise parameters for the privacy budget template.public String toString()
toString
in class Object
Object.toString()
public UpdatePrivacyBudgetTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()