@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.
|
String |
getSubChannelId()
The ID of the SubChannel in the response.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelReadMarkerResult |
withChannelArn(String channelArn)
The ARN of the channel.
|
UpdateChannelReadMarkerResult |
withSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
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 void setSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
subChannelId - The ID of the SubChannel in the response.public String getSubChannelId()
The ID of the SubChannel in the response.
public UpdateChannelReadMarkerResult withSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
subChannelId - The ID of the SubChannel in the response.public String toString()
toString in class ObjectObject.toString()public UpdateChannelReadMarkerResult clone()
Copyright © 2023. All rights reserved.