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