@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OptimizationJobModelSource extends Object implements Serializable, Cloneable, StructuredPojo
The location of the source model to optimize with an optimization job.
| Constructor and Description | 
|---|
OptimizationJobModelSource()  | 
| Modifier and Type | Method and Description | 
|---|---|
OptimizationJobModelSource | 
clone()  | 
boolean | 
equals(Object obj)  | 
OptimizationJobModelSourceS3 | 
getS3()
 The Amazon S3 location of a source model to optimize with an optimization job. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setS3(OptimizationJobModelSourceS3 s3)
 The Amazon S3 location of a source model to optimize with an optimization job. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
OptimizationJobModelSource | 
withS3(OptimizationJobModelSourceS3 s3)
 The Amazon S3 location of a source model to optimize with an optimization job. 
 | 
public void setS3(OptimizationJobModelSourceS3 s3)
The Amazon S3 location of a source model to optimize with an optimization job.
s3 - The Amazon S3 location of a source model to optimize with an optimization job.public OptimizationJobModelSourceS3 getS3()
The Amazon S3 location of a source model to optimize with an optimization job.
public OptimizationJobModelSource withS3(OptimizationJobModelSourceS3 s3)
The Amazon S3 location of a source model to optimize with an optimization job.
s3 - The Amazon S3 location of a source model to optimize with an optimization job.public String toString()
toString in class ObjectObject.toString()public OptimizationJobModelSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.