@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputGroupDetail extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
OutputGroupDetail() |
| Modifier and Type | Method and Description |
|---|---|
OutputGroupDetail |
clone() |
boolean |
equals(Object obj) |
List<OutputDetail> |
getOutputDetails()
Details about the output
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOutputDetails(Collection<OutputDetail> outputDetails)
Details about the output
|
String |
toString()
Returns a string representation of this object.
|
OutputGroupDetail |
withOutputDetails(Collection<OutputDetail> outputDetails)
Details about the output
|
OutputGroupDetail |
withOutputDetails(OutputDetail... outputDetails)
Details about the output
|
public List<OutputDetail> getOutputDetails()
public void setOutputDetails(Collection<OutputDetail> outputDetails)
outputDetails - Details about the outputpublic OutputGroupDetail withOutputDetails(OutputDetail... outputDetails)
NOTE: This method appends the values to the existing list (if any). Use
setOutputDetails(java.util.Collection) or withOutputDetails(java.util.Collection) if you want
to override the existing values.
outputDetails - Details about the outputpublic OutputGroupDetail withOutputDetails(Collection<OutputDetail> outputDetails)
outputDetails - Details about the outputpublic String toString()
toString in class ObjectObject.toString()public OutputGroupDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.