@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 AWS IoT uses to confirm ownership of or access to the topic rule destination URL.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfirmationUrl(String confirmationUrl)
The URL AWS 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 AWS IoT uses to confirm ownership of or access to the topic rule destination URL.
|
public void setConfirmationUrl(String confirmationUrl)
The URL AWS IoT uses to confirm ownership of or access to the topic rule destination URL.
confirmationUrl
- The URL AWS IoT uses to confirm ownership of or access to the topic rule destination URL.public String getConfirmationUrl()
The URL AWS IoT uses to confirm ownership of or access to the topic rule destination URL.
public HttpUrlDestinationConfiguration withConfirmationUrl(String confirmationUrl)
The URL AWS IoT uses to confirm ownership of or access to the topic rule destination URL.
confirmationUrl
- The URL AWS 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.