Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeScheduledInstancesRequest.Builder,DescribeScheduledInstancesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeScheduledInstancesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeScheduledInstancesRequest.Builder,DescribeScheduledInstancesRequest>
Contains the parameters for DescribeScheduledInstances.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeScheduledInstancesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeScheduledInstancesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
One or more filters.
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return in a single call.
|
String |
nextToken() |
The token for the next set of results.
|
List<String> |
scheduledInstanceIds() |
One or more Scheduled Instance IDs.
|
static Class<? extends DescribeScheduledInstancesRequest.Builder> |
serializableBuilderClass() |
|
SlotStartTimeRangeRequest |
slotStartTimeRange() |
The time period for the first schedule to start.
|
DescribeScheduledInstancesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<Filter> filters()
One or more filters.
availability-zone
- The Availability Zone (for example, us-west-2a
).
instance-type
- The instance type (for example, c4.large
).
network-platform
- The network platform (EC2-Classic
or EC2-VPC
).
platform
- The platform (Linux/UNIX
or Windows
).
availability-zone
- The Availability Zone (for example, us-west-2a
).
instance-type
- The instance type (for example, c4.large
).
network-platform
- The network platform (EC2-Classic
or EC2-VPC
).
platform
- The platform (Linux/UNIX
or Windows
).
public Integer maxResults()
The maximum number of results to return in a single call. This value can be between 5 and 300. The default value
is 100. To retrieve the remaining results, make another call with the returned NextToken
value.
NextToken
value.public String nextToken()
The token for the next set of results.
public List<String> scheduledInstanceIds()
One or more Scheduled Instance IDs.
public SlotStartTimeRangeRequest slotStartTimeRange()
The time period for the first schedule to start.
public DescribeScheduledInstancesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeScheduledInstancesRequest.Builder,DescribeScheduledInstancesRequest>
public static DescribeScheduledInstancesRequest.Builder builder()
public static Class<? extends DescribeScheduledInstancesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.