@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ContentLocation extends Object implements Serializable, Cloneable, StructuredPojo
For a Managed Service for Apache Flink application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
Constructor and Description |
---|
S3ContentLocation() |
Modifier and Type | Method and Description |
---|---|
S3ContentLocation |
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.
|
S3ContentLocation |
withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
S3ContentLocation |
withFileKey(String fileKey)
The file key for the object containing the application code.
|
S3ContentLocation |
withObjectVersion(String objectVersion)
The version of the object containing the application code.
|
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 S3ContentLocation 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 S3ContentLocation 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 S3ContentLocation 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 S3ContentLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.