@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChannelMessageStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetChannelMessageStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
GetChannelMessageStatusResult |
clone() |
boolean |
equals(Object obj) |
ChannelMessageStatusStructure |
getStatus()
The message status and details.
|
int |
hashCode() |
void |
setStatus(ChannelMessageStatusStructure status)
The message status and details.
|
String |
toString()
Returns a string representation of this object.
|
GetChannelMessageStatusResult |
withStatus(ChannelMessageStatusStructure status)
The message status and details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(ChannelMessageStatusStructure status)
The message status and details.
status - The message status and details.public ChannelMessageStatusStructure getStatus()
The message status and details.
public GetChannelMessageStatusResult withStatus(ChannelMessageStatusStructure status)
The message status and details.
status - The message status and details.public String toString()
toString in class ObjectObject.toString()public GetChannelMessageStatusResult clone()