@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCalendarStateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCalendarStateRequest() |
Modifier and Type | Method and Description |
---|---|
GetCalendarStateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAtTime()
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.
|
List<String> |
getCalendarNames()
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the
calendar entries for which you want to get the state.
|
int |
hashCode() |
void |
setAtTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.
|
void |
setCalendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the
calendar entries for which you want to get the state.
|
String |
toString()
Returns a string representation of this object.
|
GetCalendarStateRequest |
withAtTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format.
|
GetCalendarStateRequest |
withCalendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the
calendar entries for which you want to get the state.
|
GetCalendarStateRequest |
withCalendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the
calendar entries for which you want to get the state.
|
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<String> getCalendarNames()
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
public void setCalendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
calendarNames
- The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent
the calendar entries for which you want to get the state.public GetCalendarStateRequest withCalendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
NOTE: This method appends the values to the existing list (if any). Use
setCalendarNames(java.util.Collection)
or withCalendarNames(java.util.Collection)
if you want
to override the existing values.
calendarNames
- The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent
the calendar entries for which you want to get the state.public GetCalendarStateRequest withCalendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
calendarNames
- The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent
the calendar entries for which you want to get the state.public void setAtTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value or
AtTime
, the current time is used.
atTime
- (Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value or
AtTime
, the current time is used.public String getAtTime()
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value or
AtTime
, the current time is used.
AtTime
, the current time is used.public GetCalendarStateRequest withAtTime(String atTime)
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value or
AtTime
, the current time is used.
atTime
- (Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value or
AtTime
, the current time is used.public String toString()
toString
in class Object
Object.toString()
public GetCalendarStateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()