@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WrappedKeyMaterial extends Object implements Serializable, Cloneable, StructuredPojo
Parameter information of a WrappedKeyBlock for encryption key exchange.
| Constructor and Description |
|---|
WrappedKeyMaterial() |
| Modifier and Type | Method and Description |
|---|---|
WrappedKeyMaterial |
clone() |
boolean |
equals(Object obj) |
String |
getTr31KeyBlock()
The TR-31 wrapped key block.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTr31KeyBlock(String tr31KeyBlock)
The TR-31 wrapped key block.
|
String |
toString()
Returns a string representation of this object.
|
WrappedKeyMaterial |
withTr31KeyBlock(String tr31KeyBlock)
The TR-31 wrapped key block.
|
public void setTr31KeyBlock(String tr31KeyBlock)
The TR-31 wrapped key block.
tr31KeyBlock - The TR-31 wrapped key block.public String getTr31KeyBlock()
The TR-31 wrapped key block.
public WrappedKeyMaterial withTr31KeyBlock(String tr31KeyBlock)
The TR-31 wrapped key block.
tr31KeyBlock - The TR-31 wrapped key block.public String toString()
toString in class ObjectObject.toString()public WrappedKeyMaterial clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.