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