@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.StatusReasonCode
public String getStatusReasonCode()
The reason code that represents the reason for the current status of a standard subscription.
StatusReasonCode
public 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.StatusReasonCode
public 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.StatusReasonCode
public String toString()
toString
in class Object
Object.toString()
public StandardsStatusReason clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.