@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSubscriberNotificationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSubscriberNotificationResult() |
Modifier and Type | Method and Description |
---|---|
CreateSubscriberNotificationResult |
clone() |
boolean |
equals(Object obj) |
String |
getSubscriberEndpoint()
The subscriber endpoint to which exception messages are posted.
|
int |
hashCode() |
void |
setSubscriberEndpoint(String subscriberEndpoint)
The subscriber endpoint to which exception messages are posted.
|
String |
toString()
Returns a string representation of this object.
|
CreateSubscriberNotificationResult |
withSubscriberEndpoint(String subscriberEndpoint)
The subscriber endpoint to which exception messages are posted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSubscriberEndpoint(String subscriberEndpoint)
The subscriber endpoint to which exception messages are posted.
subscriberEndpoint
- The subscriber endpoint to which exception messages are posted.public String getSubscriberEndpoint()
The subscriber endpoint to which exception messages are posted.
public CreateSubscriberNotificationResult withSubscriberEndpoint(String subscriberEndpoint)
The subscriber endpoint to which exception messages are posted.
subscriberEndpoint
- The subscriber endpoint to which exception messages are posted.public String toString()
toString
in class Object
Object.toString()
public CreateSubscriberNotificationResult clone()