@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Source extends Object implements Serializable, Cloneable, StructuredPojo
Information about a source.
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
Source |
clone() |
boolean |
equals(Object obj) |
String |
getArchitecture()
The taget processor architecture for the application.
|
String |
getEtag()
A hash of the object specified by
s3Bucket and s3Key . |
String |
getS3Bucket()
The 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 taget processor architecture for the application.
|
void |
setEtag(String etag)
A hash of the object specified by
s3Bucket and s3Key . |
void |
setS3Bucket(String s3Bucket)
The s3 bucket name.
|
void |
setS3Key(String s3Key)
The s3 object key.
|
String |
toString()
Returns a string representation of this object.
|
Source |
withArchitecture(Architecture architecture)
The taget processor architecture for the application.
|
Source |
withArchitecture(String architecture)
The taget processor architecture for the application.
|
Source |
withEtag(String etag)
A hash of the object specified by
s3Bucket and s3Key . |
Source |
withS3Bucket(String s3Bucket)
The s3 bucket name.
|
Source |
withS3Key(String s3Key)
The s3 object key.
|
public void setS3Bucket(String s3Bucket)
The s3 bucket name.
s3Bucket
- The s3 bucket name.public String getS3Bucket()
The s3 bucket name.
public Source withS3Bucket(String s3Bucket)
The s3 bucket name.
s3Bucket
- The 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 Source withS3Key(String s3Key)
The s3 object key.
s3Key
- The s3 object key.public void setEtag(String etag)
A hash of the object specified by s3Bucket
and s3Key
.
etag
- A hash of the object specified by s3Bucket
and s3Key
.public String getEtag()
A hash of the object specified by s3Bucket
and s3Key
.
s3Bucket
and s3Key
.public Source withEtag(String etag)
A hash of the object specified by s3Bucket
and s3Key
.
etag
- A hash of the object specified by s3Bucket
and s3Key
.public void setArchitecture(String architecture)
The taget processor architecture for the application.
architecture
- The taget processor architecture for the application.Architecture
public String getArchitecture()
The taget processor architecture for the application.
Architecture
public Source withArchitecture(String architecture)
The taget processor architecture for the application.
architecture
- The taget processor architecture for the application.Architecture
public Source withArchitecture(Architecture architecture)
The taget processor architecture for the application.
architecture
- The taget processor architecture for the application.Architecture
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.