@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.ProtectStatus
public String getProtectStatus()
The types of protection that can be used.
ProtectStatus
public ProtectConfigurationCountryRuleSetInformation withProtectStatus(String protectStatus)
The types of protection that can be used.
protectStatus
- The types of protection that can be used.ProtectStatus
public ProtectConfigurationCountryRuleSetInformation withProtectStatus(ProtectStatus protectStatus)
The types of protection that can be used.
protectStatus
- The types of protection that can be used.ProtectStatus
public String toString()
toString
in class Object
Object.toString()
public ProtectConfigurationCountryRuleSetInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.