@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomRoutingListenerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateCustomRoutingListenerResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomRoutingListenerResult |
clone() |
boolean |
equals(Object obj) |
CustomRoutingListener |
getListener()
The listener that you've created for a custom routing accelerator.
|
int |
hashCode() |
void |
setListener(CustomRoutingListener listener)
The listener that you've created for a custom routing accelerator.
|
String |
toString()
Returns a string representation of this object.
|
CreateCustomRoutingListenerResult |
withListener(CustomRoutingListener listener)
The listener that you've created for a custom routing accelerator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setListener(CustomRoutingListener listener)
The listener that you've created for a custom routing accelerator.
listener - The listener that you've created for a custom routing accelerator.public CustomRoutingListener getListener()
The listener that you've created for a custom routing accelerator.
public CreateCustomRoutingListenerResult withListener(CustomRoutingListener listener)
The listener that you've created for a custom routing accelerator.
listener - The listener that you've created for a custom routing accelerator.public String toString()
toString in class ObjectObject.toString()public CreateCustomRoutingListenerResult clone()
Copyright © 2021. All rights reserved.