@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchSegmentJobInput extends Object implements Serializable, Cloneable, StructuredPojo
The input configuration of a batch segment job.
Constructor and Description |
---|
BatchSegmentJobInput() |
Modifier and Type | Method and Description |
---|---|
BatchSegmentJobInput |
clone() |
boolean |
equals(Object obj) |
S3DataConfig |
getS3DataSource() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3DataSource(S3DataConfig s3DataSource) |
String |
toString()
Returns a string representation of this object.
|
BatchSegmentJobInput |
withS3DataSource(S3DataConfig s3DataSource) |
public void setS3DataSource(S3DataConfig s3DataSource)
s3DataSource
- public S3DataConfig getS3DataSource()
public BatchSegmentJobInput withS3DataSource(S3DataConfig s3DataSource)
s3DataSource
- public String toString()
toString
in class Object
Object.toString()
public BatchSegmentJobInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.