@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunFleetAdvisorLsaAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RunFleetAdvisorLsaAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
RunFleetAdvisorLsaAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getLsaAnalysisId()
The ID of the LSA analysis run.
|
String |
getStatus()
The status of the LSA analysis, for example
COMPLETED . |
int |
hashCode() |
void |
setLsaAnalysisId(String lsaAnalysisId)
The ID of the LSA analysis run.
|
void |
setStatus(String status)
The status of the LSA analysis, for example
COMPLETED . |
String |
toString()
Returns a string representation of this object.
|
RunFleetAdvisorLsaAnalysisResult |
withLsaAnalysisId(String lsaAnalysisId)
The ID of the LSA analysis run.
|
RunFleetAdvisorLsaAnalysisResult |
withStatus(String status)
The status of the LSA analysis, for example
COMPLETED . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLsaAnalysisId(String lsaAnalysisId)
The ID of the LSA analysis run.
lsaAnalysisId
- The ID of the LSA analysis run.public String getLsaAnalysisId()
The ID of the LSA analysis run.
public RunFleetAdvisorLsaAnalysisResult withLsaAnalysisId(String lsaAnalysisId)
The ID of the LSA analysis run.
lsaAnalysisId
- The ID of the LSA analysis run.public void setStatus(String status)
The status of the LSA analysis, for example COMPLETED
.
status
- The status of the LSA analysis, for example COMPLETED
.public String getStatus()
The status of the LSA analysis, for example COMPLETED
.
COMPLETED
.public RunFleetAdvisorLsaAnalysisResult withStatus(String status)
The status of the LSA analysis, for example COMPLETED
.
status
- The status of the LSA analysis, for example COMPLETED
.public String toString()
toString
in class Object
Object.toString()
public RunFleetAdvisorLsaAnalysisResult clone()