@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchSnoozeAlarmRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchSnoozeAlarmRequest() |
Modifier and Type | Method and Description |
---|---|
BatchSnoozeAlarmRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<SnoozeAlarmActionRequest> |
getSnoozeActionRequests()
The list of snooze action requests.
|
int |
hashCode() |
void |
setSnoozeActionRequests(Collection<SnoozeAlarmActionRequest> snoozeActionRequests)
The list of snooze action requests.
|
String |
toString()
Returns a string representation of this object.
|
BatchSnoozeAlarmRequest |
withSnoozeActionRequests(Collection<SnoozeAlarmActionRequest> snoozeActionRequests)
The list of snooze action requests.
|
BatchSnoozeAlarmRequest |
withSnoozeActionRequests(SnoozeAlarmActionRequest... snoozeActionRequests)
The list of snooze action requests.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<SnoozeAlarmActionRequest> getSnoozeActionRequests()
The list of snooze action requests. You can specify up to 10 requests per operation.
public void setSnoozeActionRequests(Collection<SnoozeAlarmActionRequest> snoozeActionRequests)
The list of snooze action requests. You can specify up to 10 requests per operation.
snoozeActionRequests
- The list of snooze action requests. You can specify up to 10 requests per operation.public BatchSnoozeAlarmRequest withSnoozeActionRequests(SnoozeAlarmActionRequest... snoozeActionRequests)
The list of snooze action requests. You can specify up to 10 requests per operation.
NOTE: This method appends the values to the existing list (if any). Use
setSnoozeActionRequests(java.util.Collection)
or withSnoozeActionRequests(java.util.Collection)
if you want to override the existing values.
snoozeActionRequests
- The list of snooze action requests. You can specify up to 10 requests per operation.public BatchSnoozeAlarmRequest withSnoozeActionRequests(Collection<SnoozeAlarmActionRequest> snoozeActionRequests)
The list of snooze action requests. You can specify up to 10 requests per operation.
snoozeActionRequests
- The list of snooze action requests. You can specify up to 10 requests per operation.public String toString()
toString
in class Object
Object.toString()
public BatchSnoozeAlarmRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()