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