@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WrappedKey extends Object implements Serializable, Cloneable, StructuredPojo
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
Constructor and Description |
---|
WrappedKey() |
Modifier and Type | Method and Description |
---|---|
WrappedKey |
clone() |
boolean |
equals(Object obj) |
String |
getKeyMaterial()
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
|
String |
getWrappedKeyMaterialFormat()
The key block format of a wrapped key.
|
String |
getWrappingKeyArn()
The
KeyARN of the wrapped key. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyMaterial(String keyMaterial)
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
|
void |
setWrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)
The key block format of a wrapped key.
|
void |
setWrappingKeyArn(String wrappingKeyArn)
The
KeyARN of the wrapped key. |
String |
toString()
Returns a string representation of this object.
|
WrappedKey |
withKeyMaterial(String keyMaterial)
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
|
WrappedKey |
withWrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)
The key block format of a wrapped key.
|
WrappedKey |
withWrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)
The key block format of a wrapped key.
|
WrappedKey |
withWrappingKeyArn(String wrappingKeyArn)
The
KeyARN of the wrapped key. |
public void setKeyMaterial(String keyMaterial)
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
keyMaterial
- Parameter information for generating a wrapped key using TR-31 or TR-34 standard.public String getKeyMaterial()
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
public WrappedKey withKeyMaterial(String keyMaterial)
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
keyMaterial
- Parameter information for generating a wrapped key using TR-31 or TR-34 standard.public void setWrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)
The key block format of a wrapped key.
wrappedKeyMaterialFormat
- The key block format of a wrapped key.WrappedKeyMaterialFormat
public String getWrappedKeyMaterialFormat()
The key block format of a wrapped key.
WrappedKeyMaterialFormat
public WrappedKey withWrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)
The key block format of a wrapped key.
wrappedKeyMaterialFormat
- The key block format of a wrapped key.WrappedKeyMaterialFormat
public WrappedKey withWrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)
The key block format of a wrapped key.
wrappedKeyMaterialFormat
- The key block format of a wrapped key.WrappedKeyMaterialFormat
public void setWrappingKeyArn(String wrappingKeyArn)
The KeyARN
of the wrapped key.
wrappingKeyArn
- The KeyARN
of the wrapped key.public String getWrappingKeyArn()
The KeyARN
of the wrapped key.
KeyARN
of the wrapped key.public WrappedKey withWrappingKeyArn(String wrappingKeyArn)
The KeyARN
of the wrapped key.
wrappingKeyArn
- The KeyARN
of the wrapped key.public String toString()
toString
in class Object
Object.toString()
public WrappedKey clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.