@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityConfigStats extends Object implements Serializable, Cloneable, StructuredPojo
Statistics for an OpenSearch Serverless security configuration.
Constructor and Description |
---|
SecurityConfigStats() |
Modifier and Type | Method and Description |
---|---|
SecurityConfigStats |
clone() |
boolean |
equals(Object obj) |
Long |
getSamlConfigCount()
The number of security configurations in the current account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSamlConfigCount(Long samlConfigCount)
The number of security configurations in the current account.
|
String |
toString()
Returns a string representation of this object.
|
SecurityConfigStats |
withSamlConfigCount(Long samlConfigCount)
The number of security configurations in the current account.
|
public void setSamlConfigCount(Long samlConfigCount)
The number of security configurations in the current account.
samlConfigCount
- The number of security configurations in the current account.public Long getSamlConfigCount()
The number of security configurations in the current account.
public SecurityConfigStats withSamlConfigCount(Long samlConfigCount)
The number of security configurations in the current account.
samlConfigCount
- The number of security configurations in the current account.public String toString()
toString
in class Object
Object.toString()
public SecurityConfigStats clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.