@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestWindowSummary extends Object implements Serializable, Cloneable, StructuredPojo
The status, start time, and end time of a backtest, as well as a failure reason if applicable.
Constructor and Description |
---|
TestWindowSummary() |
Modifier and Type | Method and Description |
---|---|
TestWindowSummary |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
If the test failed, the reason why it failed.
|
String |
getStatus()
The status of the test.
|
Date |
getTestWindowEnd()
The time at which the test ended.
|
Date |
getTestWindowStart()
The time at which the test began.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
If the test failed, the reason why it failed.
|
void |
setStatus(String status)
The status of the test.
|
void |
setTestWindowEnd(Date testWindowEnd)
The time at which the test ended.
|
void |
setTestWindowStart(Date testWindowStart)
The time at which the test began.
|
String |
toString()
Returns a string representation of this object.
|
TestWindowSummary |
withMessage(String message)
If the test failed, the reason why it failed.
|
TestWindowSummary |
withStatus(String status)
The status of the test.
|
TestWindowSummary |
withTestWindowEnd(Date testWindowEnd)
The time at which the test ended.
|
TestWindowSummary |
withTestWindowStart(Date testWindowStart)
The time at which the test began.
|
public void setTestWindowStart(Date testWindowStart)
The time at which the test began.
testWindowStart
- The time at which the test began.public Date getTestWindowStart()
The time at which the test began.
public TestWindowSummary withTestWindowStart(Date testWindowStart)
The time at which the test began.
testWindowStart
- The time at which the test began.public void setTestWindowEnd(Date testWindowEnd)
The time at which the test ended.
testWindowEnd
- The time at which the test ended.public Date getTestWindowEnd()
The time at which the test ended.
public TestWindowSummary withTestWindowEnd(Date testWindowEnd)
The time at which the test ended.
testWindowEnd
- The time at which the test ended.public void setStatus(String status)
The status of the test. Possible status values are:
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
status
- The status of the test. Possible status values are:
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
public String getStatus()
The status of the test. Possible status values are:
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
public TestWindowSummary withStatus(String status)
The status of the test. Possible status values are:
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
status
- The status of the test. Possible status values are:
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
public void setMessage(String message)
If the test failed, the reason why it failed.
message
- If the test failed, the reason why it failed.public String getMessage()
If the test failed, the reason why it failed.
public TestWindowSummary withMessage(String message)
If the test failed, the reason why it failed.
message
- If the test failed, the reason why it failed.public String toString()
toString
in class Object
Object.toString()
public TestWindowSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.