@Generated(value="software.amazon.awssdk:codegen") public final class InvokeWithResponseStreamResponse extends LambdaResponse implements ToCopyableBuilder<InvokeWithResponseStreamResponse.Builder,InvokeWithResponseStreamResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvokeWithResponseStreamResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvokeWithResponseStreamResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executedVersion()
The version of the function that executed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
responseStreamContentType()
The type of data the stream is returning.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvokeWithResponseStreamResponse.Builder> |
serializableBuilderClass() |
Integer |
statusCode()
For a successful request, the HTTP status code is in the 200 range.
|
InvokeWithResponseStreamResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer statusCode()
For a successful request, the HTTP status code is in the 200 range. For the RequestResponse
invocation type, this status code is 200. For the DryRun invocation type, this status code is 204.
RequestResponse
invocation type, this status code is 200. For the DryRun invocation type, this status code
is 204.public final String executedVersion()
The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.
public final String responseStreamContentType()
The type of data the stream is returning.
public InvokeWithResponseStreamResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvokeWithResponseStreamResponse.Builder,InvokeWithResponseStreamResponse>toBuilder in class AwsResponsepublic static InvokeWithResponseStreamResponse.Builder builder()
public static Class<? extends InvokeWithResponseStreamResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.