@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpUrlDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
HTTP URL destination configuration used by the topic rule's HTTP action.
Constructor and Description |
---|
HttpUrlDestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
HttpUrlDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getConfirmationUrl()
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConfirmationUrl(String confirmationUrl)
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
|
String |
toString()
Returns a string representation of this object.
|
HttpUrlDestinationConfiguration |
withConfirmationUrl(String confirmationUrl)
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
|
public void setConfirmationUrl(String confirmationUrl)
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
confirmationUrl
- The URL IoT uses to confirm ownership of or access to the topic rule destination URL.public String getConfirmationUrl()
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
public HttpUrlDestinationConfiguration withConfirmationUrl(String confirmationUrl)
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
confirmationUrl
- The URL IoT uses to confirm ownership of or access to the topic rule destination URL.public String toString()
toString
in class Object
Object.toString()
public HttpUrlDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.