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