@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDestination extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
OutputDestination() |
Modifier and Type | Method and Description |
---|---|
OutputDestination |
clone() |
boolean |
equals(Object obj) |
String |
getId()
User-specified id.
|
List<OutputDestinationSettings> |
getSettings()
Destination settings for output; one for each redundant encoder.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
User-specified id.
|
void |
setSettings(Collection<OutputDestinationSettings> settings)
Destination settings for output; one for each redundant encoder.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OutputDestination |
withId(String id)
User-specified id.
|
OutputDestination |
withSettings(Collection<OutputDestinationSettings> settings)
Destination settings for output; one for each redundant encoder.
|
OutputDestination |
withSettings(OutputDestinationSettings... settings)
Destination settings for output; one for each redundant encoder.
|
public void setId(String id)
id
- User-specified id. This is used in an output group or an output.public String getId()
public OutputDestination withId(String id)
id
- User-specified id. This is used in an output group or an output.public List<OutputDestinationSettings> getSettings()
public void setSettings(Collection<OutputDestinationSettings> settings)
settings
- Destination settings for output; one for each redundant encoder.public OutputDestination withSettings(OutputDestinationSettings... settings)
NOTE: This method appends the values to the existing list (if any). Use
setSettings(java.util.Collection)
or withSettings(java.util.Collection)
if you want to override
the existing values.
settings
- Destination settings for output; one for each redundant encoder.public OutputDestination withSettings(Collection<OutputDestinationSettings> settings)
settings
- Destination settings for output; one for each redundant encoder.public String toString()
toString
in class Object
Object.toString()
public OutputDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.