@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchStopResult() |
Modifier and Type | Method and Description |
---|---|
BatchStopResult |
clone() |
boolean |
equals(Object obj) |
List<BatchFailedResultModel> |
getFailed()
List of failed operations
|
List<BatchSuccessfulResultModel> |
getSuccessful()
List of successful operations
|
int |
hashCode() |
void |
setFailed(Collection<BatchFailedResultModel> failed)
List of failed operations
|
void |
setSuccessful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
String |
toString()
Returns a string representation of this object.
|
BatchStopResult |
withFailed(BatchFailedResultModel... failed)
List of failed operations
|
BatchStopResult |
withFailed(Collection<BatchFailedResultModel> failed)
List of failed operations
|
BatchStopResult |
withSuccessful(BatchSuccessfulResultModel... successful)
List of successful operations
|
BatchStopResult |
withSuccessful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchFailedResultModel> getFailed()
public void setFailed(Collection<BatchFailedResultModel> failed)
failed
- List of failed operationspublic BatchStopResult withFailed(BatchFailedResultModel... failed)
NOTE: This method appends the values to the existing list (if any). Use
setFailed(java.util.Collection)
or withFailed(java.util.Collection)
if you want to override the
existing values.
failed
- List of failed operationspublic BatchStopResult withFailed(Collection<BatchFailedResultModel> failed)
failed
- List of failed operationspublic List<BatchSuccessfulResultModel> getSuccessful()
public void setSuccessful(Collection<BatchSuccessfulResultModel> successful)
successful
- List of successful operationspublic BatchStopResult withSuccessful(BatchSuccessfulResultModel... successful)
NOTE: This method appends the values to the existing list (if any). Use
setSuccessful(java.util.Collection)
or withSuccessful(java.util.Collection)
if you want to
override the existing values.
successful
- List of successful operationspublic BatchStopResult withSuccessful(Collection<BatchSuccessfulResultModel> successful)
successful
- List of successful operationspublic String toString()
toString
in class Object
Object.toString()
public BatchStopResult clone()