@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCustomRoutingListenerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateCustomRoutingListenerResult() |
Modifier and Type | Method and Description |
---|---|
UpdateCustomRoutingListenerResult |
clone() |
boolean |
equals(Object obj) |
CustomRoutingListener |
getListener()
Information for the updated listener for a custom routing accelerator.
|
int |
hashCode() |
void |
setListener(CustomRoutingListener listener)
Information for the updated listener for a custom routing accelerator.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCustomRoutingListenerResult |
withListener(CustomRoutingListener listener)
Information for the updated listener for a custom routing accelerator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setListener(CustomRoutingListener listener)
Information for the updated listener for a custom routing accelerator.
listener
- Information for the updated listener for a custom routing accelerator.public CustomRoutingListener getListener()
Information for the updated listener for a custom routing accelerator.
public UpdateCustomRoutingListenerResult withListener(CustomRoutingListener listener)
Information for the updated listener for a custom routing accelerator.
listener
- Information for the updated listener for a custom routing accelerator.public String toString()
toString
in class Object
Object.toString()
public UpdateCustomRoutingListenerResult clone()