@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateChannelReadMarkerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateChannelReadMarkerResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelReadMarkerResult |
clone() |
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelReadMarkerResult |
withChannelArn(String channelArn)
The ARN of the channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public UpdateChannelReadMarkerResult withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public String toString()
toString in class ObjectObject.toString()public UpdateChannelReadMarkerResult clone()