@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddNotificationChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddNotificationChannelResult() |
Modifier and Type | Method and Description |
---|---|
AddNotificationChannelResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the added notification channel.
|
int |
hashCode() |
void |
setId(String id)
The ID of the added notification channel.
|
String |
toString()
Returns a string representation of this object.
|
AddNotificationChannelResult |
withId(String id)
The ID of the added notification channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The ID of the added notification channel.
id
- The ID of the added notification channel.public String getId()
The ID of the added notification channel.
public AddNotificationChannelResult withId(String id)
The ID of the added notification channel.
id
- The ID of the added notification channel.public String toString()
toString
in class Object
Object.toString()
public AddNotificationChannelResult clone()