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