@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.