@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StandardsStatusReason extends Object implements Serializable, Cloneable, StructuredPojo
The reason for the current status of a standard subscription.
| Constructor and Description |
|---|
StandardsStatusReason() |
| Modifier and Type | Method and Description |
|---|---|
StandardsStatusReason |
clone() |
boolean |
equals(Object obj) |
String |
getStatusReasonCode()
The reason code that represents the reason for the current status of a standard subscription.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatusReasonCode(String statusReasonCode)
The reason code that represents the reason for the current status of a standard subscription.
|
String |
toString()
Returns a string representation of this object.
|
StandardsStatusReason |
withStatusReasonCode(StatusReasonCode statusReasonCode)
The reason code that represents the reason for the current status of a standard subscription.
|
StandardsStatusReason |
withStatusReasonCode(String statusReasonCode)
The reason code that represents the reason for the current status of a standard subscription.
|
public void setStatusReasonCode(String statusReasonCode)
The reason code that represents the reason for the current status of a standard subscription.
statusReasonCode - The reason code that represents the reason for the current status of a standard subscription.StatusReasonCodepublic String getStatusReasonCode()
The reason code that represents the reason for the current status of a standard subscription.
StatusReasonCodepublic StandardsStatusReason withStatusReasonCode(String statusReasonCode)
The reason code that represents the reason for the current status of a standard subscription.
statusReasonCode - The reason code that represents the reason for the current status of a standard subscription.StatusReasonCodepublic StandardsStatusReason withStatusReasonCode(StatusReasonCode statusReasonCode)
The reason code that represents the reason for the current status of a standard subscription.
statusReasonCode - The reason code that represents the reason for the current status of a standard subscription.StatusReasonCodepublic String toString()
toString in class ObjectObject.toString()public StandardsStatusReason clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.