@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Source extends Object implements Serializable, Cloneable, StructuredPojo
Information about the S3 bucket where you saved your unsigned code.
Constructor and Description |
---|
S3Source() |
Modifier and Type | Method and Description |
---|---|
S3Source |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
Name of the S3 bucket.
|
String |
getKey()
Key name of the bucket object that contains your unsigned code.
|
String |
getVersion()
Version of your source image in your version enabled S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
Name of the S3 bucket.
|
void |
setKey(String key)
Key name of the bucket object that contains your unsigned code.
|
void |
setVersion(String version)
Version of your source image in your version enabled S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3Source |
withBucketName(String bucketName)
Name of the S3 bucket.
|
S3Source |
withKey(String key)
Key name of the bucket object that contains your unsigned code.
|
S3Source |
withVersion(String version)
Version of your source image in your version enabled S3 bucket.
|
public void setBucketName(String bucketName)
Name of the S3 bucket.
bucketName
- Name of the S3 bucket.public String getBucketName()
Name of the S3 bucket.
public S3Source withBucketName(String bucketName)
Name of the S3 bucket.
bucketName
- Name of the S3 bucket.public void setKey(String key)
Key name of the bucket object that contains your unsigned code.
key
- Key name of the bucket object that contains your unsigned code.public String getKey()
Key name of the bucket object that contains your unsigned code.
public S3Source withKey(String key)
Key name of the bucket object that contains your unsigned code.
key
- Key name of the bucket object that contains your unsigned code.public void setVersion(String version)
Version of your source image in your version enabled S3 bucket.
version
- Version of your source image in your version enabled S3 bucket.public String getVersion()
Version of your source image in your version enabled S3 bucket.
public S3Source withVersion(String version)
Version of your source image in your version enabled S3 bucket.
version
- Version of your source image in your version enabled S3 bucket.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.