@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public WrappedKeyMaterial clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.