@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaPackageGroupSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MediaPackageGroupSettings() |
Modifier and Type | Method and Description |
---|---|
MediaPackageGroupSettings |
clone() |
boolean |
equals(Object obj) |
OutputLocationRef |
getDestination()
MediaPackage channel destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination(OutputLocationRef destination)
MediaPackage channel destination.
|
String |
toString()
Returns a string representation of this object.
|
MediaPackageGroupSettings |
withDestination(OutputLocationRef destination)
MediaPackage channel destination.
|
public void setDestination(OutputLocationRef destination)
destination
- MediaPackage channel destination.public OutputLocationRef getDestination()
public MediaPackageGroupSettings withDestination(OutputLocationRef destination)
destination
- MediaPackage channel destination.public String toString()
toString
in class Object
Object.toString()
public MediaPackageGroupSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.