@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectionGroupArbitraryPatternLimits extends Object implements Serializable, Cloneable, StructuredPojo
Limits settings on protection groups with arbitrary pattern type.
| Constructor and Description | 
|---|
ProtectionGroupArbitraryPatternLimits()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProtectionGroupArbitraryPatternLimits | 
clone()  | 
boolean | 
equals(Object obj)  | 
Long | 
getMaxMembers()
 The maximum number of resources you can specify for a single arbitrary pattern in a protection group. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setMaxMembers(Long maxMembers)
 The maximum number of resources you can specify for a single arbitrary pattern in a protection group. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ProtectionGroupArbitraryPatternLimits | 
withMaxMembers(Long maxMembers)
 The maximum number of resources you can specify for a single arbitrary pattern in a protection group. 
 | 
public ProtectionGroupArbitraryPatternLimits()
public void setMaxMembers(Long maxMembers)
The maximum number of resources you can specify for a single arbitrary pattern in a protection group.
maxMembers - The maximum number of resources you can specify for a single arbitrary pattern in a protection group.public Long getMaxMembers()
The maximum number of resources you can specify for a single arbitrary pattern in a protection group.
public ProtectionGroupArbitraryPatternLimits withMaxMembers(Long maxMembers)
The maximum number of resources you can specify for a single arbitrary pattern in a protection group.
maxMembers - The maximum number of resources you can specify for a single arbitrary pattern in a protection group.public String toString()
toString in class ObjectObject.toString()public ProtectionGroupArbitraryPatternLimits clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.