@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelatedObservations extends Object implements Serializable, Cloneable, StructuredPojo
Describes observations related to the problem.
Constructor and Description |
---|
RelatedObservations() |
Modifier and Type | Method and Description |
---|---|
RelatedObservations |
clone() |
boolean |
equals(Object obj) |
List<Observation> |
getObservationList()
The list of observations related to the problem.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObservationList(Collection<Observation> observationList)
The list of observations related to the problem.
|
String |
toString()
Returns a string representation of this object.
|
RelatedObservations |
withObservationList(Collection<Observation> observationList)
The list of observations related to the problem.
|
RelatedObservations |
withObservationList(Observation... observationList)
The list of observations related to the problem.
|
public List<Observation> getObservationList()
The list of observations related to the problem.
public void setObservationList(Collection<Observation> observationList)
The list of observations related to the problem.
observationList
- The list of observations related to the problem.public RelatedObservations withObservationList(Observation... observationList)
The list of observations related to the problem.
NOTE: This method appends the values to the existing list (if any). Use
setObservationList(java.util.Collection)
or withObservationList(java.util.Collection)
if you
want to override the existing values.
observationList
- The list of observations related to the problem.public RelatedObservations withObservationList(Collection<Observation> observationList)
The list of observations related to the problem.
observationList
- The list of observations related to the problem.public String toString()
toString
in class Object
Object.toString()
public RelatedObservations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.