@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceTypeDetails extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InstanceTypeDetails() |
public void setInstanceType(String instanceType)
instanceType - OpenSearchPartitionInstanceTypepublic String getInstanceType()
OpenSearchPartitionInstanceTypepublic InstanceTypeDetails withInstanceType(String instanceType)
instanceType - OpenSearchPartitionInstanceTypepublic InstanceTypeDetails withInstanceType(OpenSearchPartitionInstanceType instanceType)
instanceType - OpenSearchPartitionInstanceTypepublic void setEncryptionEnabled(Boolean encryptionEnabled)
encryptionEnabled - public Boolean getEncryptionEnabled()
public InstanceTypeDetails withEncryptionEnabled(Boolean encryptionEnabled)
encryptionEnabled - public Boolean isEncryptionEnabled()
public void setCognitoEnabled(Boolean cognitoEnabled)
cognitoEnabled - public Boolean getCognitoEnabled()
public InstanceTypeDetails withCognitoEnabled(Boolean cognitoEnabled)
cognitoEnabled - public Boolean isCognitoEnabled()
public void setAppLogsEnabled(Boolean appLogsEnabled)
appLogsEnabled - public Boolean getAppLogsEnabled()
public InstanceTypeDetails withAppLogsEnabled(Boolean appLogsEnabled)
appLogsEnabled - public Boolean isAppLogsEnabled()
public void setAdvancedSecurityEnabled(Boolean advancedSecurityEnabled)
advancedSecurityEnabled - public Boolean getAdvancedSecurityEnabled()
public InstanceTypeDetails withAdvancedSecurityEnabled(Boolean advancedSecurityEnabled)
advancedSecurityEnabled - public Boolean isAdvancedSecurityEnabled()
public void setWarmEnabled(Boolean warmEnabled)
warmEnabled - public Boolean getWarmEnabled()
public InstanceTypeDetails withWarmEnabled(Boolean warmEnabled)
warmEnabled - public Boolean isWarmEnabled()
public void setInstanceRole(Collection<String> instanceRole)
instanceRole - public InstanceTypeDetails withInstanceRole(String... instanceRole)
NOTE: This method appends the values to the existing list (if any). Use
setInstanceRole(java.util.Collection) or withInstanceRole(java.util.Collection) if you want to
override the existing values.
instanceRole - public InstanceTypeDetails withInstanceRole(Collection<String> instanceRole)
instanceRole - public String toString()
toString in class ObjectObject.toString()public InstanceTypeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.