@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstanceEventWindowsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeInstanceEventWindowsRequest>
NOOP
Constructor and Description |
---|
DescribeInstanceEventWindowsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInstanceEventWindowsRequest |
clone() |
boolean |
equals(Object obj) |
Request<DescribeInstanceEventWindowsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
List<String> |
getInstanceEventWindowIds()
The IDs of the event windows.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to request the next page of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setInstanceEventWindowIds(Collection<String> instanceEventWindowIds)
The IDs of the event windows.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstanceEventWindowsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeInstanceEventWindowsRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeInstanceEventWindowsRequest |
withInstanceEventWindowIds(Collection<String> instanceEventWindowIds)
The IDs of the event windows.
|
DescribeInstanceEventWindowsRequest |
withInstanceEventWindowIds(String... instanceEventWindowIds)
The IDs of the event windows.
|
DescribeInstanceEventWindowsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeInstanceEventWindowsRequest |
withNextToken(String nextToken)
The token to request the next page of results.
|
addHandlerContext, copyBaseTo, 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> getInstanceEventWindowIds()
The IDs of the event windows.
public void setInstanceEventWindowIds(Collection<String> instanceEventWindowIds)
The IDs of the event windows.
instanceEventWindowIds
- The IDs of the event windows.public DescribeInstanceEventWindowsRequest withInstanceEventWindowIds(String... instanceEventWindowIds)
The IDs of the event windows.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceEventWindowIds(java.util.Collection)
or
withInstanceEventWindowIds(java.util.Collection)
if you want to override the existing values.
instanceEventWindowIds
- The IDs of the event windows.public DescribeInstanceEventWindowsRequest withInstanceEventWindowIds(Collection<String> instanceEventWindowIds)
The IDs of the event windows.
instanceEventWindowIds
- The IDs of the event windows.public List<Filter> getFilters()
One or more filters.
dedicated-host-id
- The event windows associated with the specified Dedicated Host ID.
event-window-name
- The event windows associated with the specified names.
instance-id
- The event windows associated with the specified instance ID.
instance-tag
- The event windows associated with the specified tag and value.
instance-tag-key
- The event windows associated with the specified tag key, regardless of the value.
instance-tag-value
- The event windows associated with the specified tag value, regardless of the
key.
tag:<key>
- The key/value combination of a tag assigned to the event window. Use the tag key
in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value CMX
, specify tag:Owner
for the filter name and
CMX
for the filter value.
tag-key
- The key of a tag assigned to the event window. Use this filter to find all event windows
that have a tag with a specific key, regardless of the tag value.
tag-value
- The value of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific value, regardless of the tag key.
dedicated-host-id
- The event windows associated with the specified Dedicated Host ID.
event-window-name
- The event windows associated with the specified names.
instance-id
- The event windows associated with the specified instance ID.
instance-tag
- The event windows associated with the specified tag and value.
instance-tag-key
- The event windows associated with the specified tag key, regardless of
the value.
instance-tag-value
- The event windows associated with the specified tag value, regardless
of the key.
tag:<key>
- The key/value combination of a tag assigned to the event window. Use the
tag key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner
and the value CMX
, specify tag:Owner
for the filter name and CMX
for the filter value.
tag-key
- The key of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific key, regardless of the tag value.
tag-value
- The value of a tag assigned to the event window. Use this filter to find all
event windows that have a tag with a specific value, regardless of the tag key.
public void setFilters(Collection<Filter> filters)
One or more filters.
dedicated-host-id
- The event windows associated with the specified Dedicated Host ID.
event-window-name
- The event windows associated with the specified names.
instance-id
- The event windows associated with the specified instance ID.
instance-tag
- The event windows associated with the specified tag and value.
instance-tag-key
- The event windows associated with the specified tag key, regardless of the value.
instance-tag-value
- The event windows associated with the specified tag value, regardless of the
key.
tag:<key>
- The key/value combination of a tag assigned to the event window. Use the tag key
in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value CMX
, specify tag:Owner
for the filter name and
CMX
for the filter value.
tag-key
- The key of a tag assigned to the event window. Use this filter to find all event windows
that have a tag with a specific key, regardless of the tag value.
tag-value
- The value of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific value, regardless of the tag key.
filters
- One or more filters.
dedicated-host-id
- The event windows associated with the specified Dedicated Host ID.
event-window-name
- The event windows associated with the specified names.
instance-id
- The event windows associated with the specified instance ID.
instance-tag
- The event windows associated with the specified tag and value.
instance-tag-key
- The event windows associated with the specified tag key, regardless of the
value.
instance-tag-value
- The event windows associated with the specified tag value, regardless of
the key.
tag:<key>
- The key/value combination of a tag assigned to the event window. Use the
tag key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner
and the value CMX
, specify tag:Owner
for the filter name and CMX
for the filter value.
tag-key
- The key of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific key, regardless of the tag value.
tag-value
- The value of a tag assigned to the event window. Use this filter to find all
event windows that have a tag with a specific value, regardless of the tag key.
public DescribeInstanceEventWindowsRequest withFilters(Filter... filters)
One or more filters.
dedicated-host-id
- The event windows associated with the specified Dedicated Host ID.
event-window-name
- The event windows associated with the specified names.
instance-id
- The event windows associated with the specified instance ID.
instance-tag
- The event windows associated with the specified tag and value.
instance-tag-key
- The event windows associated with the specified tag key, regardless of the value.
instance-tag-value
- The event windows associated with the specified tag value, regardless of the
key.
tag:<key>
- The key/value combination of a tag assigned to the event window. Use the tag key
in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value CMX
, specify tag:Owner
for the filter name and
CMX
for the filter value.
tag-key
- The key of a tag assigned to the event window. Use this filter to find all event windows
that have a tag with a specific key, regardless of the tag value.
tag-value
- The value of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific value, regardless of the tag key.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- One or more filters.
dedicated-host-id
- The event windows associated with the specified Dedicated Host ID.
event-window-name
- The event windows associated with the specified names.
instance-id
- The event windows associated with the specified instance ID.
instance-tag
- The event windows associated with the specified tag and value.
instance-tag-key
- The event windows associated with the specified tag key, regardless of the
value.
instance-tag-value
- The event windows associated with the specified tag value, regardless of
the key.
tag:<key>
- The key/value combination of a tag assigned to the event window. Use the
tag key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner
and the value CMX
, specify tag:Owner
for the filter name and CMX
for the filter value.
tag-key
- The key of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific key, regardless of the tag value.
tag-value
- The value of a tag assigned to the event window. Use this filter to find all
event windows that have a tag with a specific value, regardless of the tag key.
public DescribeInstanceEventWindowsRequest withFilters(Collection<Filter> filters)
One or more filters.
dedicated-host-id
- The event windows associated with the specified Dedicated Host ID.
event-window-name
- The event windows associated with the specified names.
instance-id
- The event windows associated with the specified instance ID.
instance-tag
- The event windows associated with the specified tag and value.
instance-tag-key
- The event windows associated with the specified tag key, regardless of the value.
instance-tag-value
- The event windows associated with the specified tag value, regardless of the
key.
tag:<key>
- The key/value combination of a tag assigned to the event window. Use the tag key
in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value CMX
, specify tag:Owner
for the filter name and
CMX
for the filter value.
tag-key
- The key of a tag assigned to the event window. Use this filter to find all event windows
that have a tag with a specific key, regardless of the tag value.
tag-value
- The value of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific value, regardless of the tag key.
filters
- One or more filters.
dedicated-host-id
- The event windows associated with the specified Dedicated Host ID.
event-window-name
- The event windows associated with the specified names.
instance-id
- The event windows associated with the specified instance ID.
instance-tag
- The event windows associated with the specified tag and value.
instance-tag-key
- The event windows associated with the specified tag key, regardless of the
value.
instance-tag-value
- The event windows associated with the specified tag value, regardless of
the key.
tag:<key>
- The key/value combination of a tag assigned to the event window. Use the
tag key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner
and the value CMX
, specify tag:Owner
for the filter name and CMX
for the filter value.
tag-key
- The key of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific key, regardless of the tag value.
tag-value
- The value of a tag assigned to the event window. Use this filter to find all
event windows that have a tag with a specific value, regardless of the tag key.
public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 20 and 500. You cannot specify this
parameter and the event window IDs parameter in the same call.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken
value. This value can be between 20 and 500. You cannot
specify this parameter and the event window IDs parameter in the same call.public Integer getMaxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 20 and 500. You cannot specify this
parameter and the event window IDs parameter in the same call.
NextToken
value. This value can be between 20 and 500. You cannot
specify this parameter and the event window IDs parameter in the same call.public DescribeInstanceEventWindowsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 20 and 500. You cannot specify this
parameter and the event window IDs parameter in the same call.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken
value. This value can be between 20 and 500. You cannot
specify this parameter and the event window IDs parameter in the same call.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public DescribeInstanceEventWindowsRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public Request<DescribeInstanceEventWindowsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeInstanceEventWindowsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeInstanceEventWindowsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.