@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelCardSecurityConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configure the security settings to protect model card data.
| Constructor and Description |
|---|
ModelCardSecurityConfig () |
| Modifier and Type | Method and Description |
|---|---|
ModelCardSecurityConfig |
clone () |
boolean |
equals (Object obj) |
String |
getKmsKeyId ()
A Key Management Service key ID to use for
encrypting a model card.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKmsKeyId (String kmsKeyId)
A Key Management Service key ID to use for
encrypting a model card.
|
String |
toString ()
Returns a string representation of this object.
|
ModelCardSecurityConfig |
withKmsKeyId (String kmsKeyId)
A Key Management Service key ID to use for
encrypting a model card.
|
public ModelCardSecurityConfig()
public void setKmsKeyId(String kmsKeyId)
A Key Management Service key ID to use for encrypting a model card.
kmsKeyId - A Key Management Service key ID to use
for encrypting a model card.public String getKmsKeyId()
A Key Management Service key ID to use for encrypting a model card.
public ModelCardSecurityConfig withKmsKeyId(String kmsKeyId)
A Key Management Service key ID to use for encrypting a model card.
kmsKeyId - A Key Management Service key ID to use
for encrypting a model card.public String toString()
toString in class Object Object.toString() public ModelCardSecurityConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.