@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 String sha256()
The SHA256 hash value of the revision content.
public RawString.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RawString.Builder,RawString>
public static RawString.Builder builder()
public static Class<? extends RawString.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.