@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopContinuousExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopContinuousExportResult() |
Modifier and Type | Method and Description |
---|---|
StopContinuousExportResult |
clone() |
boolean |
equals(Object obj) |
Date |
getStartTime()
Timestamp that represents when this continuous export started collecting data.
|
Date |
getStopTime()
Timestamp that represents when this continuous export was stopped.
|
int |
hashCode() |
void |
setStartTime(Date startTime)
Timestamp that represents when this continuous export started collecting data.
|
void |
setStopTime(Date stopTime)
Timestamp that represents when this continuous export was stopped.
|
String |
toString()
Returns a string representation of this object.
|
StopContinuousExportResult |
withStartTime(Date startTime)
Timestamp that represents when this continuous export started collecting data.
|
StopContinuousExportResult |
withStopTime(Date stopTime)
Timestamp that represents when this continuous export was stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStartTime(Date startTime)
Timestamp that represents when this continuous export started collecting data.
startTime
- Timestamp that represents when this continuous export started collecting data.public Date getStartTime()
Timestamp that represents when this continuous export started collecting data.
public StopContinuousExportResult withStartTime(Date startTime)
Timestamp that represents when this continuous export started collecting data.
startTime
- Timestamp that represents when this continuous export started collecting data.public void setStopTime(Date stopTime)
Timestamp that represents when this continuous export was stopped.
stopTime
- Timestamp that represents when this continuous export was stopped.public Date getStopTime()
Timestamp that represents when this continuous export was stopped.
public StopContinuousExportResult withStopTime(Date stopTime)
Timestamp that represents when this continuous export was stopped.
stopTime
- Timestamp that represents when this continuous export was stopped.public String toString()
toString
in class Object
Object.toString()
public StopContinuousExportResult clone()