@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountSettingsDetail extends Object implements Serializable, Cloneable, StructuredPojo
OpenSearch Serverless-related information for the current account.
Constructor and Description |
---|
AccountSettingsDetail() |
Modifier and Type | Method and Description |
---|---|
AccountSettingsDetail |
clone() |
boolean |
equals(Object obj) |
CapacityLimits |
getCapacityLimits() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCapacityLimits(CapacityLimits capacityLimits) |
String |
toString()
Returns a string representation of this object.
|
AccountSettingsDetail |
withCapacityLimits(CapacityLimits capacityLimits) |
public void setCapacityLimits(CapacityLimits capacityLimits)
capacityLimits
- public CapacityLimits getCapacityLimits()
public AccountSettingsDetail withCapacityLimits(CapacityLimits capacityLimits)
capacityLimits
- public String toString()
toString
in class Object
Object.toString()
public AccountSettingsDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.