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