@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateChannelReadMarkerResult clone()