@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportTr31KeyBlock extends Object implements Serializable, Cloneable, StructuredPojo
Parameter information for key material import using symmetric TR-31 key exchange method.
Constructor and Description |
---|
ImportTr31KeyBlock() |
Modifier and Type | Method and Description |
---|---|
ImportTr31KeyBlock |
clone() |
boolean |
equals(Object obj) |
String |
getWrappedKeyBlock()
The TR-31 wrapped key block to import.
|
String |
getWrappingKeyIdentifier()
The
KeyARN of the key that will decrypt or unwrap a TR-31 key block during import. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setWrappedKeyBlock(String wrappedKeyBlock)
The TR-31 wrapped key block to import.
|
void |
setWrappingKeyIdentifier(String wrappingKeyIdentifier)
The
KeyARN of the key that will decrypt or unwrap a TR-31 key block during import. |
String |
toString()
Returns a string representation of this object.
|
ImportTr31KeyBlock |
withWrappedKeyBlock(String wrappedKeyBlock)
The TR-31 wrapped key block to import.
|
ImportTr31KeyBlock |
withWrappingKeyIdentifier(String wrappingKeyIdentifier)
The
KeyARN of the key that will decrypt or unwrap a TR-31 key block during import. |
public void setWrappedKeyBlock(String wrappedKeyBlock)
The TR-31 wrapped key block to import.
wrappedKeyBlock
- The TR-31 wrapped key block to import.public String getWrappedKeyBlock()
The TR-31 wrapped key block to import.
public ImportTr31KeyBlock withWrappedKeyBlock(String wrappedKeyBlock)
The TR-31 wrapped key block to import.
wrappedKeyBlock
- The TR-31 wrapped key block to import.public void setWrappingKeyIdentifier(String wrappingKeyIdentifier)
The KeyARN
of the key that will decrypt or unwrap a TR-31 key block during import.
wrappingKeyIdentifier
- The KeyARN
of the key that will decrypt or unwrap a TR-31 key block during import.public String getWrappingKeyIdentifier()
The KeyARN
of the key that will decrypt or unwrap a TR-31 key block during import.
KeyARN
of the key that will decrypt or unwrap a TR-31 key block during import.public ImportTr31KeyBlock withWrappingKeyIdentifier(String wrappingKeyIdentifier)
The KeyARN
of the key that will decrypt or unwrap a TR-31 key block during import.
wrappingKeyIdentifier
- The KeyARN
of the key that will decrypt or unwrap a TR-31 key block during import.public String toString()
toString
in class Object
Object.toString()
public ImportTr31KeyBlock clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.