@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchSegmentJobOutput extends Object implements Serializable, Cloneable, StructuredPojo
The output configuration parameters of a batch segment job.
Constructor and Description |
---|
BatchSegmentJobOutput() |
Modifier and Type | Method and Description |
---|---|
BatchSegmentJobOutput |
clone() |
boolean |
equals(Object obj) |
S3DataConfig |
getS3DataDestination() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3DataDestination(S3DataConfig s3DataDestination) |
String |
toString()
Returns a string representation of this object.
|
BatchSegmentJobOutput |
withS3DataDestination(S3DataConfig s3DataDestination) |
public void setS3DataDestination(S3DataConfig s3DataDestination)
s3DataDestination
- public S3DataConfig getS3DataDestination()
public BatchSegmentJobOutput withS3DataDestination(S3DataConfig s3DataDestination)
s3DataDestination
- public String toString()
toString
in class Object
Object.toString()
public BatchSegmentJobOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.