@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationCodeConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes code configuration for an application.
Constructor and Description |
---|
ApplicationCodeConfigurationDescription() |
Modifier and Type | Method and Description |
---|---|
ApplicationCodeConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
CodeContentDescription |
getCodeContentDescription()
Describes details about the location and format of the application code.
|
String |
getCodeContentType()
Specifies whether the code content is in text or zip format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCodeContentDescription(CodeContentDescription codeContentDescription)
Describes details about the location and format of the application code.
|
void |
setCodeContentType(String codeContentType)
Specifies whether the code content is in text or zip format.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationCodeConfigurationDescription |
withCodeContentDescription(CodeContentDescription codeContentDescription)
Describes details about the location and format of the application code.
|
ApplicationCodeConfigurationDescription |
withCodeContentType(CodeContentType codeContentType)
Specifies whether the code content is in text or zip format.
|
ApplicationCodeConfigurationDescription |
withCodeContentType(String codeContentType)
Specifies whether the code content is in text or zip format.
|
public ApplicationCodeConfigurationDescription()
public void setCodeContentType(String codeContentType)
Specifies whether the code content is in text or zip format.
codeContentType
- Specifies whether the code content is in text or zip format.CodeContentType
public String getCodeContentType()
Specifies whether the code content is in text or zip format.
CodeContentType
public ApplicationCodeConfigurationDescription withCodeContentType(String codeContentType)
Specifies whether the code content is in text or zip format.
codeContentType
- Specifies whether the code content is in text or zip format.CodeContentType
public ApplicationCodeConfigurationDescription withCodeContentType(CodeContentType codeContentType)
Specifies whether the code content is in text or zip format.
codeContentType
- Specifies whether the code content is in text or zip format.CodeContentType
public void setCodeContentDescription(CodeContentDescription codeContentDescription)
Describes details about the location and format of the application code.
codeContentDescription
- Describes details about the location and format of the application code.public CodeContentDescription getCodeContentDescription()
Describes details about the location and format of the application code.
public ApplicationCodeConfigurationDescription withCodeContentDescription(CodeContentDescription codeContentDescription)
Describes details about the location and format of the application code.
codeContentDescription
- Describes details about the location and format of the application code.public String toString()
toString
in class Object
Object.toString()
public ApplicationCodeConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.