@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutScheduledUpdateGroupActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchPutScheduledUpdateGroupActionResult() |
Modifier and Type | Method and Description |
---|---|
BatchPutScheduledUpdateGroupActionResult |
clone() |
boolean |
equals(Object obj) |
List<FailedScheduledUpdateGroupActionRequest> |
getFailedScheduledUpdateGroupActions()
The names of the scheduled actions that could not be created or updated, including an error message.
|
int |
hashCode() |
void |
setFailedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
String |
toString()
Returns a string representation of this object.
|
BatchPutScheduledUpdateGroupActionResult |
withFailedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
BatchPutScheduledUpdateGroupActionResult |
withFailedScheduledUpdateGroupActions(FailedScheduledUpdateGroupActionRequest... failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchPutScheduledUpdateGroupActionResult()
public List<FailedScheduledUpdateGroupActionRequest> getFailedScheduledUpdateGroupActions()
The names of the scheduled actions that could not be created or updated, including an error message.
public void setFailedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
failedScheduledUpdateGroupActions
- The names of the scheduled actions that could not be created or updated, including an error message.public BatchPutScheduledUpdateGroupActionResult withFailedScheduledUpdateGroupActions(FailedScheduledUpdateGroupActionRequest... failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
NOTE: This method appends the values to the existing list (if any). Use
setFailedScheduledUpdateGroupActions(java.util.Collection)
or
withFailedScheduledUpdateGroupActions(java.util.Collection)
if you want to override the existing values.
failedScheduledUpdateGroupActions
- The names of the scheduled actions that could not be created or updated, including an error message.public BatchPutScheduledUpdateGroupActionResult withFailedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
failedScheduledUpdateGroupActions
- The names of the scheduled actions that could not be created or updated, including an error message.public String toString()
toString
in class Object
Object.toString()
public BatchPutScheduledUpdateGroupActionResult clone()
Copyright © 2020. All rights reserved.