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