@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RawString extends Object implements Serializable, Cloneable, StructuredPojo
A revision for an Lambda deployment that is a YAML-formatted or JSON-formatted string. For Lambda deployments, the revision is the same as the AppSpec file.
Constructor and Description |
---|
RawString()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RawString |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getContent()
Deprecated.
The YAML-formatted or JSON-formatted revision string.
|
String |
getSha256()
Deprecated.
The SHA256 hash value of the revision content.
|
int |
hashCode()
Deprecated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Deprecated.
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContent(String content)
Deprecated.
The YAML-formatted or JSON-formatted revision string.
|
void |
setSha256(String sha256)
Deprecated.
The SHA256 hash value of the revision content.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
RawString |
withContent(String content)
Deprecated.
The YAML-formatted or JSON-formatted revision string.
|
RawString |
withSha256(String sha256)
Deprecated.
The SHA256 hash value of the revision content.
|
public void setContent(String content)
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
content
- The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function
to update and optional Lambda functions that validate deployment lifecycle events.public String getContent()
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
public RawString withContent(String content)
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
content
- The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function
to update and optional Lambda functions that validate deployment lifecycle events.public void setSha256(String sha256)
The SHA256 hash value of the revision content.
sha256
- The SHA256 hash value of the revision content.public String getSha256()
The SHA256 hash value of the revision content.
public RawString withSha256(String sha256)
The SHA256 hash value of the revision content.
sha256
- The SHA256 hash value of the revision content.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.