@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrivacyBudgetTemplateUpdateParameters extends Object implements Serializable, Cloneable, StructuredPojo
The epsilon and noise parameters that you want to update in the privacy budget template.
Constructor and Description |
---|
PrivacyBudgetTemplateUpdateParameters() |
Modifier and Type | Method and Description |
---|---|
PrivacyBudgetTemplateUpdateParameters |
clone() |
boolean |
equals(Object obj) |
DifferentialPrivacyTemplateUpdateParameters |
getDifferentialPrivacy()
An object that specifies the new values for the epsilon and noise parameters.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDifferentialPrivacy(DifferentialPrivacyTemplateUpdateParameters differentialPrivacy)
An object that specifies the new values for the epsilon and noise parameters.
|
String |
toString()
Returns a string representation of this object.
|
PrivacyBudgetTemplateUpdateParameters |
withDifferentialPrivacy(DifferentialPrivacyTemplateUpdateParameters differentialPrivacy)
An object that specifies the new values for the epsilon and noise parameters.
|
public PrivacyBudgetTemplateUpdateParameters()
public void setDifferentialPrivacy(DifferentialPrivacyTemplateUpdateParameters differentialPrivacy)
An object that specifies the new values for the epsilon and noise parameters.
differentialPrivacy
- An object that specifies the new values for the epsilon and noise parameters.public DifferentialPrivacyTemplateUpdateParameters getDifferentialPrivacy()
An object that specifies the new values for the epsilon and noise parameters.
public PrivacyBudgetTemplateUpdateParameters withDifferentialPrivacy(DifferentialPrivacyTemplateUpdateParameters differentialPrivacy)
An object that specifies the new values for the epsilon and noise parameters.
differentialPrivacy
- An object that specifies the new values for the epsilon and noise parameters.public String toString()
toString
in class Object
Object.toString()
public PrivacyBudgetTemplateUpdateParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.