@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotificationDestinationConfig extends Object implements Serializable, Cloneable, StructuredPojo
The structure that contains the information required to deliver a notification to a customer.
Constructor and Description |
---|
NotificationDestinationConfig() |
Modifier and Type | Method and Description |
---|---|
NotificationDestinationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getUri()
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setUri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
|
String |
toString()
Returns a string representation of this object.
|
NotificationDestinationConfig |
withUri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
|
public void setUri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
uri
- The Uniform Resource Identifier (URI) that identifies where the images will be delivered.public String getUri()
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
public NotificationDestinationConfig withUri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
uri
- The Uniform Resource Identifier (URI) that identifies where the images will be delivered.public String toString()
toString
in class Object
Object.toString()
public NotificationDestinationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.