@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FleetAdvisorLsaAnalysisResponse extends Object implements Serializable, Cloneable, StructuredPojo
Describes a large-scale assessment (LSA) analysis run by a Fleet Advisor collector.
Constructor and Description |
---|
FleetAdvisorLsaAnalysisResponse() |
Modifier and Type | Method and Description |
---|---|
FleetAdvisorLsaAnalysisResponse |
clone() |
boolean |
equals(Object obj) |
String |
getLsaAnalysisId()
The ID of an LSA analysis run by a Fleet Advisor collector.
|
String |
getStatus()
The status of an LSA analysis run by a Fleet Advisor collector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLsaAnalysisId(String lsaAnalysisId)
The ID of an LSA analysis run by a Fleet Advisor collector.
|
void |
setStatus(String status)
The status of an LSA analysis run by a Fleet Advisor collector.
|
String |
toString()
Returns a string representation of this object.
|
FleetAdvisorLsaAnalysisResponse |
withLsaAnalysisId(String lsaAnalysisId)
The ID of an LSA analysis run by a Fleet Advisor collector.
|
FleetAdvisorLsaAnalysisResponse |
withStatus(String status)
The status of an LSA analysis run by a Fleet Advisor collector.
|
public void setLsaAnalysisId(String lsaAnalysisId)
The ID of an LSA analysis run by a Fleet Advisor collector.
lsaAnalysisId
- The ID of an LSA analysis run by a Fleet Advisor collector.public String getLsaAnalysisId()
The ID of an LSA analysis run by a Fleet Advisor collector.
public FleetAdvisorLsaAnalysisResponse withLsaAnalysisId(String lsaAnalysisId)
The ID of an LSA analysis run by a Fleet Advisor collector.
lsaAnalysisId
- The ID of an LSA analysis run by a Fleet Advisor collector.public void setStatus(String status)
The status of an LSA analysis run by a Fleet Advisor collector.
status
- The status of an LSA analysis run by a Fleet Advisor collector.public String getStatus()
The status of an LSA analysis run by a Fleet Advisor collector.
public FleetAdvisorLsaAnalysisResponse withStatus(String status)
The status of an LSA analysis run by a Fleet Advisor collector.
status
- The status of an LSA analysis run by a Fleet Advisor collector.public String toString()
toString
in class Object
Object.toString()
public FleetAdvisorLsaAnalysisResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.