@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Instance config object
| Constructor and Description |
|---|
InstanceConfig() |
| Modifier and Type | Method and Description |
|---|---|
InstanceConfig |
clone() |
boolean |
equals(Object obj) |
String |
getConnectInstanceId() |
EncryptionConfig |
getEncryptionConfig() |
String |
getServiceLinkedRoleArn() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConnectInstanceId(String connectInstanceId) |
void |
setEncryptionConfig(EncryptionConfig encryptionConfig) |
void |
setServiceLinkedRoleArn(String serviceLinkedRoleArn) |
String |
toString()
Returns a string representation of this object.
|
InstanceConfig |
withConnectInstanceId(String connectInstanceId) |
InstanceConfig |
withEncryptionConfig(EncryptionConfig encryptionConfig) |
InstanceConfig |
withServiceLinkedRoleArn(String serviceLinkedRoleArn) |
public void setConnectInstanceId(String connectInstanceId)
connectInstanceId - public String getConnectInstanceId()
public InstanceConfig withConnectInstanceId(String connectInstanceId)
connectInstanceId - public void setServiceLinkedRoleArn(String serviceLinkedRoleArn)
serviceLinkedRoleArn - public String getServiceLinkedRoleArn()
public InstanceConfig withServiceLinkedRoleArn(String serviceLinkedRoleArn)
serviceLinkedRoleArn - public void setEncryptionConfig(EncryptionConfig encryptionConfig)
encryptionConfig - public EncryptionConfig getEncryptionConfig()
public InstanceConfig withEncryptionConfig(EncryptionConfig encryptionConfig)
encryptionConfig - public String toString()
toString in class ObjectObject.toString()public InstanceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.