@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopRelationalDatabaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopRelationalDatabaseResult() |
Modifier and Type | Method and Description |
---|---|
StopRelationalDatabaseResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
An object describing the result of your stop relational database request.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
An object describing the result of your stop relational database request.
|
String |
toString()
Returns a string representation of this object.
|
StopRelationalDatabaseResult |
withOperations(Collection<Operation> operations)
An object describing the result of your stop relational database request.
|
StopRelationalDatabaseResult |
withOperations(Operation... operations)
An object describing the result of your stop relational database request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Operation> getOperations()
An object describing the result of your stop relational database request.
public void setOperations(Collection<Operation> operations)
An object describing the result of your stop relational database request.
operations
- An object describing the result of your stop relational database request.public StopRelationalDatabaseResult withOperations(Operation... operations)
An object describing the result of your stop relational database request.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection)
or withOperations(java.util.Collection)
if you want to
override the existing values.
operations
- An object describing the result of your stop relational database request.public StopRelationalDatabaseResult withOperations(Collection<Operation> operations)
An object describing the result of your stop relational database request.
operations
- An object describing the result of your stop relational database request.public String toString()
toString
in class Object
Object.toString()
public StopRelationalDatabaseResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.