@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.Architecture
public String getArchitecture()
The target processor architecture for the application.
Architecture
public SourceConfig withArchitecture(String architecture)
The target processor architecture for the application.
architecture
- The target processor architecture for the application.Architecture
public SourceConfig withArchitecture(Architecture architecture)
The target processor architecture for the application.
architecture
- The target processor architecture for the application.Architecture
public String toString()
toString
in class Object
Object.toString()
public SourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.