Class ReportInstanceStatusRequest
- All Implemented Interfaces:
ReadLimitInfo
,DryRunSupportedRequest<ReportInstanceStatusRequest>
,Serializable
,Cloneable
Contains the parameters for ReportInstanceStatus.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Descriptive text about the health state of your instance.This method is intended for internal use only.The time at which the reported instance health state ended.One or more instances.One or more reason codes that describes the health state of your instance.The time at which the reported instance health state began.The status of all instances listed.int
hashCode()
void
setDescription
(String description) Descriptive text about the health state of your instance.void
setEndTime
(Date endTime) The time at which the reported instance health state ended.void
setInstances
(Collection<String> instances) One or more instances.void
setReasonCodes
(Collection<String> reasonCodes) One or more reason codes that describes the health state of your instance.void
setStartTime
(Date startTime) The time at which the reported instance health state began.void
setStatus
(ReportStatusType status) The status of all instances listed.void
The status of all instances listed.toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) Descriptive text about the health state of your instance.withEndTime
(Date endTime) The time at which the reported instance health state ended.withInstances
(String... instances) One or more instances.withInstances
(Collection<String> instances) One or more instances.withReasonCodes
(ReportInstanceReasonCodes... reasonCodes) One or more reason codes that describes the health state of your instance.withReasonCodes
(String... reasonCodes) One or more reason codes that describes the health state of your instance.withReasonCodes
(Collection<String> reasonCodes) One or more reason codes that describes the health state of your instance.withStartTime
(Date startTime) The time at which the reported instance health state began.withStatus
(ReportStatusType status) The status of all instances listed.withStatus
(String status) The status of all instances listed.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ReportInstanceStatusRequest
public ReportInstanceStatusRequest()
-
-
Method Details
-
getInstances
One or more instances.
- Returns:
- One or more instances.
-
setInstances
One or more instances.
- Parameters:
instances
- One or more instances.
-
withInstances
One or more instances.
NOTE: This method appends the values to the existing list (if any). Use
setInstances(java.util.Collection)
orwithInstances(java.util.Collection)
if you want to override the existing values.- Parameters:
instances
- One or more instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withInstances
One or more instances.
- Parameters:
instances
- One or more instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of all instances listed.
- Parameters:
status
- The status of all instances listed.- See Also:
-
getStatus
The status of all instances listed.
- Returns:
- The status of all instances listed.
- See Also:
-
withStatus
The status of all instances listed.
- Parameters:
status
- The status of all instances listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of all instances listed.
- Parameters:
status
- The status of all instances listed.- See Also:
-
withStatus
The status of all instances listed.
- Parameters:
status
- The status of all instances listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStartTime
The time at which the reported instance health state began.
- Parameters:
startTime
- The time at which the reported instance health state began.
-
getStartTime
The time at which the reported instance health state began.
- Returns:
- The time at which the reported instance health state began.
-
withStartTime
The time at which the reported instance health state began.
- Parameters:
startTime
- The time at which the reported instance health state began.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndTime
The time at which the reported instance health state ended.
- Parameters:
endTime
- The time at which the reported instance health state ended.
-
getEndTime
The time at which the reported instance health state ended.
- Returns:
- The time at which the reported instance health state ended.
-
withEndTime
The time at which the reported instance health state ended.
- Parameters:
endTime
- The time at which the reported instance health state ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getReasonCodes
One or more reason codes that describes the health state of your instance.
-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
- Returns:
- One or more reason codes that describes the health state of your
instance.
-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
-
- See Also:
-
-
setReasonCodes
One or more reason codes that describes the health state of your instance.
-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
- Parameters:
reasonCodes
- One or more reason codes that describes the health state of your instance.-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
-
- See Also:
-
-
withReasonCodes
One or more reason codes that describes the health state of your instance.
-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
NOTE: This method appends the values to the existing list (if any). Use
setReasonCodes(java.util.Collection)
orwithReasonCodes(java.util.Collection)
if you want to override the existing values.- Parameters:
reasonCodes
- One or more reason codes that describes the health state of your instance.-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
withReasonCodes
One or more reason codes that describes the health state of your instance.
-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
- Parameters:
reasonCodes
- One or more reason codes that describes the health state of your instance.-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
withReasonCodes
One or more reason codes that describes the health state of your instance.
-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
- Parameters:
reasonCodes
- One or more reason codes that describes the health state of your instance.-
instance-stuck-in-state
: My instance is stuck in a state. -
unresponsive
: My instance is unresponsive. -
not-accepting-credentials
: My instance is not accepting my credentials. -
password-not-available
: A password is not available for my instance. -
performance-network
: My instance is experiencing performance problems which I believe are network related. -
performance-instance-store
: My instance is experiencing performance problems which I believe are related to the instance stores. -
performance-ebs-volume
: My instance is experiencing performance problems which I believe are related to an EBS volume. -
performance-other
: My instance is experiencing performance problems. -
other
: [explain using the description parameter]
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
setDescription
Descriptive text about the health state of your instance.
- Parameters:
description
- Descriptive text about the health state of your instance.
-
getDescription
Descriptive text about the health state of your instance.
- Returns:
- Descriptive text about the health state of your instance.
-
withDescription
Descriptive text about the health state of your instance.
- Parameters:
description
- Descriptive text about the health state of your instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDryRunRequest
This method is intended for internal use only. Returns the marshaled request configured with additional parameters to enable operation dry-run.- Specified by:
getDryRunRequest
in interfaceDryRunSupportedRequest<ReportInstanceStatusRequest>
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-