@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ApplicationCodeLocationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes the location of an application's code stored in an S3 bucket.
Constructor and Description |
---|
S3ApplicationCodeLocationDescription() |
Modifier and Type | Method and Description |
---|---|
S3ApplicationCodeLocationDescription |
clone() |
boolean |
equals(Object obj) |
String |
getBucketARN()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
String |
getFileKey()
The file key for the object containing the application code.
|
String |
getObjectVersion()
The version of the object containing the application code.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
void |
setFileKey(String fileKey)
The file key for the object containing the application code.
|
void |
setObjectVersion(String objectVersion)
The version of the object containing the application code.
|
String |
toString()
Returns a string representation of this object.
|
S3ApplicationCodeLocationDescription |
withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
S3ApplicationCodeLocationDescription |
withFileKey(String fileKey)
The file key for the object containing the application code.
|
S3ApplicationCodeLocationDescription |
withObjectVersion(String objectVersion)
The version of the object containing the application code.
|
public S3ApplicationCodeLocationDescription()
public void setBucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
bucketARN
- The Amazon Resource Name (ARN) for the S3 bucket containing the application code.public String getBucketARN()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
public S3ApplicationCodeLocationDescription withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
bucketARN
- The Amazon Resource Name (ARN) for the S3 bucket containing the application code.public void setFileKey(String fileKey)
The file key for the object containing the application code.
fileKey
- The file key for the object containing the application code.public String getFileKey()
The file key for the object containing the application code.
public S3ApplicationCodeLocationDescription withFileKey(String fileKey)
The file key for the object containing the application code.
fileKey
- The file key for the object containing the application code.public void setObjectVersion(String objectVersion)
The version of the object containing the application code.
objectVersion
- The version of the object containing the application code.public String getObjectVersion()
The version of the object containing the application code.
public S3ApplicationCodeLocationDescription withObjectVersion(String objectVersion)
The version of the object containing the application code.
objectVersion
- The version of the object containing the application code.public String toString()
toString
in class Object
Object.toString()
public S3ApplicationCodeLocationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.