@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about a source configuration.
| Constructor and Description | 
|---|
| SourceConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| SourceConfig | clone() | 
| boolean | equals(Object obj) | 
| String | getArchitecture()
 The target processor architecture for the application. | 
| String | getS3Bucket()
 The Amazon S3 bucket name. | 
| String | getS3Key()
 The s3 object key. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setArchitecture(String architecture)
 The target processor architecture for the application. | 
| void | setS3Bucket(String s3Bucket)
 The Amazon S3 bucket name. | 
| void | setS3Key(String s3Key)
 The s3 object key. | 
| String | toString()Returns a string representation of this object. | 
| SourceConfig | withArchitecture(Architecture architecture)
 The target processor architecture for the application. | 
| SourceConfig | withArchitecture(String architecture)
 The target processor architecture for the application. | 
| SourceConfig | withS3Bucket(String s3Bucket)
 The Amazon S3 bucket name. | 
| SourceConfig | withS3Key(String s3Key)
 The s3 object key. | 
public void setS3Bucket(String s3Bucket)
The Amazon S3 bucket name.
s3Bucket - The Amazon S3 bucket name.public String getS3Bucket()
The Amazon S3 bucket name.
public SourceConfig withS3Bucket(String s3Bucket)
The Amazon S3 bucket name.
s3Bucket - The Amazon S3 bucket name.public void setS3Key(String s3Key)
The s3 object key.
s3Key - The s3 object key.public String getS3Key()
The s3 object key.
public SourceConfig withS3Key(String s3Key)
The s3 object key.
s3Key - The s3 object key.public void setArchitecture(String architecture)
The target processor architecture for the application.
architecture - The target processor architecture for the application.Architecturepublic String getArchitecture()
The target processor architecture for the application.
Architecturepublic SourceConfig withArchitecture(String architecture)
The target processor architecture for the application.
architecture - The target processor architecture for the application.Architecturepublic SourceConfig withArchitecture(Architecture architecture)
The target processor architecture for the application.
architecture - The target processor architecture for the application.Architecturepublic String toString()
toString in class ObjectObject.toString()public SourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.