@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 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 ObjectObject.toString()public ModelCardSecurityConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.