@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputGroup extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
OutputGroup() |
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Custom output group name optionally defined by the user.
|
OutputGroupSettings |
getOutputGroupSettings()
Settings associated with the output group.
|
List<Output> |
getOutputs() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
Custom output group name optionally defined by the user.
|
void |
setOutputGroupSettings(OutputGroupSettings outputGroupSettings)
Settings associated with the output group.
|
void |
setOutputs(Collection<Output> outputs) |
String |
toString()
Returns a string representation of this object.
|
OutputGroup |
withName(String name)
Custom output group name optionally defined by the user.
|
OutputGroup |
withOutputGroupSettings(OutputGroupSettings outputGroupSettings)
Settings associated with the output group.
|
OutputGroup |
withOutputs(Collection<Output> outputs) |
OutputGroup |
withOutputs(Output... outputs)
NOTE: This method appends the values to the existing list (if any).
|
public void setName(String name)
name - Custom output group name optionally defined by the user.public String getName()
public OutputGroup withName(String name)
name - Custom output group name optionally defined by the user.public void setOutputGroupSettings(OutputGroupSettings outputGroupSettings)
outputGroupSettings - Settings associated with the output group.public OutputGroupSettings getOutputGroupSettings()
public OutputGroup withOutputGroupSettings(OutputGroupSettings outputGroupSettings)
outputGroupSettings - Settings associated with the output group.public void setOutputs(Collection<Output> outputs)
outputs - public OutputGroup withOutputs(Output... outputs)
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection) or withOutputs(java.util.Collection) if you want to override
the existing values.
outputs - public OutputGroup withOutputs(Collection<Output> outputs)
outputs - public String toString()
toString in class ObjectObject.toString()public OutputGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.