@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePrivacyBudgetTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeletePrivacyBudgetTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
DeletePrivacyBudgetTemplateRequest |
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.
|
String |
getPrivacyBudgetTemplateIdentifier()
A unique identifier for your privacy budget template.
|
int |
hashCode() |
void |
setMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration.
|
void |
setPrivacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier)
A unique identifier for your privacy budget template.
|
String |
toString()
Returns a string representation of this object.
|
DeletePrivacyBudgetTemplateRequest |
withMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration.
|
DeletePrivacyBudgetTemplateRequest |
withPrivacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier)
A unique identifier for your 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 deleted 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 template is
deleted 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 template is deleted from the collaboration that this membership belongs to. Accepts a membership ID.
public DeletePrivacyBudgetTemplateRequest withMembershipIdentifier(String membershipIdentifier)
A unique identifier for one of your memberships for a collaboration. The privacy budget template is deleted 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 template is
deleted from the collaboration that this membership belongs to. Accepts a membership ID.public void setPrivacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier)
A unique identifier for your privacy budget template.
privacyBudgetTemplateIdentifier
- A unique identifier for your privacy budget template.public String getPrivacyBudgetTemplateIdentifier()
A unique identifier for your privacy budget template.
public DeletePrivacyBudgetTemplateRequest withPrivacyBudgetTemplateIdentifier(String privacyBudgetTemplateIdentifier)
A unique identifier for your privacy budget template.
privacyBudgetTemplateIdentifier
- A unique identifier for your privacy budget template.public String toString()
toString
in class Object
Object.toString()
public DeletePrivacyBudgetTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()