@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectConfigurationCountryRuleSetInformation extends Object implements Serializable, Cloneable, StructuredPojo
The types of statuses that can be used.
| Constructor and Description |
|---|
ProtectConfigurationCountryRuleSetInformation() |
| Modifier and Type | Method and Description |
|---|---|
ProtectConfigurationCountryRuleSetInformation |
clone() |
boolean |
equals(Object obj) |
String |
getProtectStatus()
The types of protection that can be used.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setProtectStatus(String protectStatus)
The types of protection that can be used.
|
String |
toString()
Returns a string representation of this object.
|
ProtectConfigurationCountryRuleSetInformation |
withProtectStatus(ProtectStatus protectStatus)
The types of protection that can be used.
|
ProtectConfigurationCountryRuleSetInformation |
withProtectStatus(String protectStatus)
The types of protection that can be used.
|
public ProtectConfigurationCountryRuleSetInformation()
public void setProtectStatus(String protectStatus)
The types of protection that can be used.
protectStatus - The types of protection that can be used.ProtectStatuspublic String getProtectStatus()
The types of protection that can be used.
ProtectStatuspublic ProtectConfigurationCountryRuleSetInformation withProtectStatus(String protectStatus)
The types of protection that can be used.
protectStatus - The types of protection that can be used.ProtectStatuspublic ProtectConfigurationCountryRuleSetInformation withProtectStatus(ProtectStatus protectStatus)
The types of protection that can be used.
protectStatus - The types of protection that can be used.ProtectStatuspublic String toString()
toString in class ObjectObject.toString()public ProtectConfigurationCountryRuleSetInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.