@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public SendAnnouncementResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.