@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReplayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartReplayResult() |
Modifier and Type | Method and Description |
---|---|
StartReplayResult |
clone() |
boolean |
equals(Object obj) |
String |
getReplayArn()
The ARN of the replay.
|
Date |
getReplayStartTime()
The time at which the replay started.
|
String |
getState()
The state of the replay.
|
String |
getStateReason()
The reason that the replay is in the state.
|
int |
hashCode() |
void |
setReplayArn(String replayArn)
The ARN of the replay.
|
void |
setReplayStartTime(Date replayStartTime)
The time at which the replay started.
|
void |
setState(String state)
The state of the replay.
|
void |
setStateReason(String stateReason)
The reason that the replay is in the state.
|
String |
toString()
Returns a string representation of this object.
|
StartReplayResult |
withReplayArn(String replayArn)
The ARN of the replay.
|
StartReplayResult |
withReplayStartTime(Date replayStartTime)
The time at which the replay started.
|
StartReplayResult |
withState(ReplayState state)
The state of the replay.
|
StartReplayResult |
withState(String state)
The state of the replay.
|
StartReplayResult |
withStateReason(String stateReason)
The reason that the replay is in the state.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReplayArn(String replayArn)
The ARN of the replay.
replayArn
- The ARN of the replay.public String getReplayArn()
The ARN of the replay.
public StartReplayResult withReplayArn(String replayArn)
The ARN of the replay.
replayArn
- The ARN of the replay.public void setState(String state)
The state of the replay.
state
- The state of the replay.ReplayState
public String getState()
The state of the replay.
ReplayState
public StartReplayResult withState(String state)
The state of the replay.
state
- The state of the replay.ReplayState
public StartReplayResult withState(ReplayState state)
The state of the replay.
state
- The state of the replay.ReplayState
public void setStateReason(String stateReason)
The reason that the replay is in the state.
stateReason
- The reason that the replay is in the state.public String getStateReason()
The reason that the replay is in the state.
public StartReplayResult withStateReason(String stateReason)
The reason that the replay is in the state.
stateReason
- The reason that the replay is in the state.public void setReplayStartTime(Date replayStartTime)
The time at which the replay started.
replayStartTime
- The time at which the replay started.public Date getReplayStartTime()
The time at which the replay started.
public StartReplayResult withReplayStartTime(Date replayStartTime)
The time at which the replay started.
replayStartTime
- The time at which the replay started.public String toString()
toString
in class Object
Object.toString()
public StartReplayResult clone()