@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationCodeConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Describes code configuration updates to a Flink-based Kinesis Data Analytics application.
Constructor and Description |
---|
ApplicationCodeConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
ApplicationCodeConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getCodeContentTypeUpdate()
Describes updates to the code content type.
|
CodeContentUpdate |
getCodeContentUpdate()
Describes updates to the code content of an application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCodeContentTypeUpdate(String codeContentTypeUpdate)
Describes updates to the code content type.
|
void |
setCodeContentUpdate(CodeContentUpdate codeContentUpdate)
Describes updates to the code content of an application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationCodeConfigurationUpdate |
withCodeContentTypeUpdate(CodeContentType codeContentTypeUpdate)
Describes updates to the code content type.
|
ApplicationCodeConfigurationUpdate |
withCodeContentTypeUpdate(String codeContentTypeUpdate)
Describes updates to the code content type.
|
ApplicationCodeConfigurationUpdate |
withCodeContentUpdate(CodeContentUpdate codeContentUpdate)
Describes updates to the code content of an application.
|
public void setCodeContentTypeUpdate(String codeContentTypeUpdate)
Describes updates to the code content type.
codeContentTypeUpdate
- Describes updates to the code content type.CodeContentType
public String getCodeContentTypeUpdate()
Describes updates to the code content type.
CodeContentType
public ApplicationCodeConfigurationUpdate withCodeContentTypeUpdate(String codeContentTypeUpdate)
Describes updates to the code content type.
codeContentTypeUpdate
- Describes updates to the code content type.CodeContentType
public ApplicationCodeConfigurationUpdate withCodeContentTypeUpdate(CodeContentType codeContentTypeUpdate)
Describes updates to the code content type.
codeContentTypeUpdate
- Describes updates to the code content type.CodeContentType
public void setCodeContentUpdate(CodeContentUpdate codeContentUpdate)
Describes updates to the code content of an application.
codeContentUpdate
- Describes updates to the code content of an application.public CodeContentUpdate getCodeContentUpdate()
Describes updates to the code content of an application.
public ApplicationCodeConfigurationUpdate withCodeContentUpdate(CodeContentUpdate codeContentUpdate)
Describes updates to the code content of an application.
codeContentUpdate
- Describes updates to the code content of an application.public String toString()
toString
in class Object
Object.toString()
public ApplicationCodeConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.