@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeContentDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes details about the code of a Managed Service for Apache Flink application.
Constructor and Description |
---|
CodeContentDescription() |
Modifier and Type | Method and Description |
---|---|
CodeContentDescription |
clone() |
boolean |
equals(Object obj) |
String |
getCodeMD5()
The checksum that can be used to validate zip-format code.
|
Long |
getCodeSize()
The size in bytes of the application code.
|
S3ApplicationCodeLocationDescription |
getS3ApplicationCodeLocationDescription()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon
S3.
|
String |
getTextContent()
The text-format code
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCodeMD5(String codeMD5)
The checksum that can be used to validate zip-format code.
|
void |
setCodeSize(Long codeSize)
The size in bytes of the application code.
|
void |
setS3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon
S3.
|
void |
setTextContent(String textContent)
The text-format code
|
String |
toString()
Returns a string representation of this object.
|
CodeContentDescription |
withCodeMD5(String codeMD5)
The checksum that can be used to validate zip-format code.
|
CodeContentDescription |
withCodeSize(Long codeSize)
The size in bytes of the application code.
|
CodeContentDescription |
withS3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon
S3.
|
CodeContentDescription |
withTextContent(String textContent)
The text-format code
|
public void setTextContent(String textContent)
The text-format code
textContent
- The text-format codepublic String getTextContent()
The text-format code
public CodeContentDescription withTextContent(String textContent)
The text-format code
textContent
- The text-format codepublic void setCodeMD5(String codeMD5)
The checksum that can be used to validate zip-format code.
codeMD5
- The checksum that can be used to validate zip-format code.public String getCodeMD5()
The checksum that can be used to validate zip-format code.
public CodeContentDescription withCodeMD5(String codeMD5)
The checksum that can be used to validate zip-format code.
codeMD5
- The checksum that can be used to validate zip-format code.public void setCodeSize(Long codeSize)
The size in bytes of the application code. Can be used to validate zip-format code.
codeSize
- The size in bytes of the application code. Can be used to validate zip-format code.public Long getCodeSize()
The size in bytes of the application code. Can be used to validate zip-format code.
public CodeContentDescription withCodeSize(Long codeSize)
The size in bytes of the application code. Can be used to validate zip-format code.
codeSize
- The size in bytes of the application code. Can be used to validate zip-format code.public void setS3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
s3ApplicationCodeLocationDescription
- The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in
Amazon S3.public S3ApplicationCodeLocationDescription getS3ApplicationCodeLocationDescription()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
public CodeContentDescription withS3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
s3ApplicationCodeLocationDescription
- The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in
Amazon S3.public String toString()
toString
in class Object
Object.toString()
public CodeContentDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.