@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AsymmetricEncryptionAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Parameters for plaintext encryption using asymmetric keys.
| Constructor and Description |
|---|
AsymmetricEncryptionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AsymmetricEncryptionAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getPaddingType()
The padding to be included with the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPaddingType(String paddingType)
The padding to be included with the data.
|
String |
toString()
Returns a string representation of this object.
|
AsymmetricEncryptionAttributes |
withPaddingType(PaddingType paddingType)
The padding to be included with the data.
|
AsymmetricEncryptionAttributes |
withPaddingType(String paddingType)
The padding to be included with the data.
|
public void setPaddingType(String paddingType)
The padding to be included with the data.
paddingType - The padding to be included with the data.PaddingTypepublic String getPaddingType()
The padding to be included with the data.
PaddingTypepublic AsymmetricEncryptionAttributes withPaddingType(String paddingType)
The padding to be included with the data.
paddingType - The padding to be included with the data.PaddingTypepublic AsymmetricEncryptionAttributes withPaddingType(PaddingType paddingType)
The padding to be included with the data.
paddingType - The padding to be included with the data.PaddingTypepublic String toString()
toString in class ObjectObject.toString()public AsymmetricEncryptionAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.