@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyListenerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ModifyListenerResult() |
| Modifier and Type | Method and Description |
|---|---|
ModifyListenerResult |
clone() |
boolean |
equals(Object obj) |
List<Listener> |
getListeners()
Information about the modified listeners.
|
int |
hashCode() |
void |
setListeners(Collection<Listener> listeners)
Information about the modified listeners.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModifyListenerResult |
withListeners(Collection<Listener> listeners)
Information about the modified listeners.
|
ModifyListenerResult |
withListeners(Listener... listeners)
Information about the modified listeners.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Listener> getListeners()
Information about the modified listeners.
public void setListeners(Collection<Listener> listeners)
Information about the modified listeners.
listeners - Information about the modified listeners.public ModifyListenerResult withListeners(Listener... listeners)
Information about the modified listeners.
NOTE: This method appends the values to the existing list (if any). Use
setListeners(java.util.Collection) or withListeners(java.util.Collection) if you want to
override the existing values.
listeners - Information about the modified listeners.public ModifyListenerResult withListeners(Collection<Listener> listeners)
Information about the modified listeners.
listeners - Information about the modified listeners.public String toString()
toString in class ObjectObject.toString()public ModifyListenerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.