@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpUrlDestinationProperties extends Object implements Serializable, Cloneable, StructuredPojo
HTTP URL destination properties.
Constructor and Description |
---|
HttpUrlDestinationProperties() |
Modifier and Type | Method and Description |
---|---|
HttpUrlDestinationProperties |
clone() |
boolean |
equals(Object obj) |
String |
getConfirmationUrl()
The URL used to confirm the HTTP topic rule destination URL.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfirmationUrl(String confirmationUrl)
The URL used to confirm the HTTP topic rule destination URL.
|
String |
toString()
Returns a string representation of this object.
|
HttpUrlDestinationProperties |
withConfirmationUrl(String confirmationUrl)
The URL used to confirm the HTTP topic rule destination URL.
|
public void setConfirmationUrl(String confirmationUrl)
The URL used to confirm the HTTP topic rule destination URL.
confirmationUrl
- The URL used to confirm the HTTP topic rule destination URL.public String getConfirmationUrl()
The URL used to confirm the HTTP topic rule destination URL.
public HttpUrlDestinationProperties withConfirmationUrl(String confirmationUrl)
The URL used to confirm the HTTP topic rule destination URL.
confirmationUrl
- The URL used to confirm the HTTP topic rule destination URL.public String toString()
toString
in class Object
Object.toString()
public HttpUrlDestinationProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.