@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) |
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 ObjectObject.toString()public BatchSegmentJobOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.