@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) |
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.WrappedKeyMaterialFormatpublic String getWrappedKeyMaterialFormat()
The key block format of a wrapped key.
WrappedKeyMaterialFormatpublic WrappedKey withWrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)
The key block format of a wrapped key.
wrappedKeyMaterialFormat - The key block format of a wrapped key.WrappedKeyMaterialFormatpublic WrappedKey withWrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)
The key block format of a wrapped key.
wrappedKeyMaterialFormat - The key block format of a wrapped key.WrappedKeyMaterialFormatpublic 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 ObjectObject.toString()public WrappedKey clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.