@Generated(value="software.amazon.awssdk:codegen") public final class RawString extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RawString.Builder,RawString>
A revision for an AWS Lambda deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda deployments, the revision is the same as the AppSpec file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RawString.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RawString.Builder |
builder() |
String |
content()
The YAML-formatted or JSON-formatted revision string.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RawString.Builder> |
serializableBuilderClass() |
String |
sha256()
The SHA256 hash value of the revision content.
|
RawString.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String sha256()
The SHA256 hash value of the revision content.
public RawString.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RawString.Builder,RawString>public static RawString.Builder builder()
public static Class<? extends RawString.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.