@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePrivacyBudgetTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePrivacyBudgetTemplateResult() |
Modifier and Type | Method and Description |
---|---|
CreatePrivacyBudgetTemplateResult |
clone() |
boolean |
equals(Object obj) |
PrivacyBudgetTemplate |
getPrivacyBudgetTemplate()
A summary of the elements in the privacy budget template.
|
int |
hashCode() |
void |
setPrivacyBudgetTemplate(PrivacyBudgetTemplate privacyBudgetTemplate)
A summary of the elements in the privacy budget template.
|
String |
toString()
Returns a string representation of this object.
|
CreatePrivacyBudgetTemplateResult |
withPrivacyBudgetTemplate(PrivacyBudgetTemplate privacyBudgetTemplate)
A summary of the elements in the privacy budget template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPrivacyBudgetTemplate(PrivacyBudgetTemplate privacyBudgetTemplate)
A summary of the elements in the privacy budget template.
privacyBudgetTemplate
- A summary of the elements in the privacy budget template.public PrivacyBudgetTemplate getPrivacyBudgetTemplate()
A summary of the elements in the privacy budget template.
public CreatePrivacyBudgetTemplateResult withPrivacyBudgetTemplate(PrivacyBudgetTemplate privacyBudgetTemplate)
A summary of the elements in the privacy budget template.
privacyBudgetTemplate
- A summary of the elements in the privacy budget template.public String toString()
toString
in class Object
Object.toString()
public CreatePrivacyBudgetTemplateResult clone()