public class ReportInstanceStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ReportInstanceStatusRequest>
Contains the parameters for ReportInstanceStatus.
NOOP
Constructor and Description |
---|
ReportInstanceStatusRequest() |
Modifier and Type | Method and Description |
---|---|
ReportInstanceStatusRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDescription()
Descriptive text about the health state of your instance.
|
Request<ReportInstanceStatusRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Date |
getEndTime()
The time at which the reported instance health state ended.
|
List<String> |
getInstances()
One or more instances.
|
List<String> |
getReasonCodes()
One or more reason codes that describes the health state of your
instance.
|
Date |
getStartTime()
The time at which the reported instance health state began.
|
String |
getStatus()
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 |
setStatus(String status)
The status of all instances listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReportInstanceStatusRequest |
withDescription(String description)
Descriptive text about the health state of your instance.
|
ReportInstanceStatusRequest |
withEndTime(Date endTime)
The time at which the reported instance health state ended.
|
ReportInstanceStatusRequest |
withInstances(Collection<String> instances)
One or more instances.
|
ReportInstanceStatusRequest |
withInstances(String... instances)
One or more instances.
|
ReportInstanceStatusRequest |
withReasonCodes(Collection<String> reasonCodes)
One or more reason codes that describes the health state of your
instance.
|
ReportInstanceStatusRequest |
withReasonCodes(ReportInstanceReasonCodes... reasonCodes)
One or more reason codes that describes the health state of your
instance.
|
ReportInstanceStatusRequest |
withReasonCodes(String... reasonCodes)
One or more reason codes that describes the health state of your
instance.
|
ReportInstanceStatusRequest |
withStartTime(Date startTime)
The time at which the reported instance health state began.
|
ReportInstanceStatusRequest |
withStatus(ReportStatusType status)
The status of all instances listed.
|
ReportInstanceStatusRequest |
withStatus(String status)
The status of all instances listed.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getInstances()
One or more instances.
public void setInstances(Collection<String> instances)
One or more instances.
instances
- One or more instances.public ReportInstanceStatusRequest withInstances(String... instances)
One or more instances.
NOTE: This method appends the values to the existing list (if
any). Use setInstances(java.util.Collection)
or
withInstances(java.util.Collection)
if you want to override the
existing values.
instances
- One or more instances.public ReportInstanceStatusRequest withInstances(Collection<String> instances)
One or more instances.
instances
- One or more instances.public void setStatus(String status)
The status of all instances listed.
status
- The status of all instances listed.ReportStatusType
public String getStatus()
The status of all instances listed.
ReportStatusType
public ReportInstanceStatusRequest withStatus(String status)
The status of all instances listed.
status
- The status of all instances listed.ReportStatusType
public void setStatus(ReportStatusType status)
The status of all instances listed.
status
- The status of all instances listed.ReportStatusType
public ReportInstanceStatusRequest withStatus(ReportStatusType status)
The status of all instances listed.
status
- The status of all instances listed.ReportStatusType
public void setStartTime(Date startTime)
The time at which the reported instance health state began.
startTime
- The time at which the reported instance health state began.public Date getStartTime()
The time at which the reported instance health state began.
public ReportInstanceStatusRequest withStartTime(Date startTime)
The time at which the reported instance health state began.
startTime
- The time at which the reported instance health state began.public void setEndTime(Date endTime)
The time at which the reported instance health state ended.
endTime
- The time at which the reported instance health state ended.public Date getEndTime()
The time at which the reported instance health state ended.
public ReportInstanceStatusRequest withEndTime(Date endTime)
The time at which the reported instance health state ended.
endTime
- The time at which the reported instance health state ended.public List<String> 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]
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]
ReportInstanceReasonCodes
public void setReasonCodes(Collection<String> 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]
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]
ReportInstanceReasonCodes
public ReportInstanceStatusRequest withReasonCodes(String... 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]
NOTE: This method appends the values to the existing list (if
any). Use setReasonCodes(java.util.Collection)
or
withReasonCodes(java.util.Collection)
if you want to override
the existing values.
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]
ReportInstanceReasonCodes
public ReportInstanceStatusRequest withReasonCodes(Collection<String> 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]
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]
ReportInstanceReasonCodes
public ReportInstanceStatusRequest withReasonCodes(ReportInstanceReasonCodes... 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]
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]
ReportInstanceReasonCodes
public void setDescription(String description)
Descriptive text about the health state of your instance.
description
- Descriptive text about the health state of your instance.public String getDescription()
Descriptive text about the health state of your instance.
public ReportInstanceStatusRequest withDescription(String description)
Descriptive text about the health state of your instance.
description
- Descriptive text about the health state of your instance.public Request<ReportInstanceStatusRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ReportInstanceStatusRequest>
public String toString()
toString
in class Object
Object.toString()
public ReportInstanceStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.