@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.PaddingType
public String getPaddingType()
The padding to be included with the data.
PaddingType
public AsymmetricEncryptionAttributes withPaddingType(String paddingType)
The padding to be included with the data.
paddingType
- The padding to be included with the data.PaddingType
public AsymmetricEncryptionAttributes withPaddingType(PaddingType paddingType)
The padding to be included with the data.
paddingType
- The padding to be included with the data.PaddingType
public String toString()
toString
in class Object
Object.toString()
public AsymmetricEncryptionAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.