ToCopyableBuilder<ListVersionsByFunctionResponse.Builder,ListVersionsByFunctionResponse>
@Generated("software.amazon.awssdk:codegen") public class ListVersionsByFunctionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListVersionsByFunctionResponse.Builder,ListVersionsByFunctionResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListVersionsByFunctionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListVersionsByFunctionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextMarker() |
A string, present if there are more function versions.
|
static Class<? extends ListVersionsByFunctionResponse.Builder> |
serializableBuilderClass() |
|
ListVersionsByFunctionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<FunctionConfiguration> |
versions() |
A list of Lambda function versions.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String nextMarker()
A string, present if there are more function versions.
public List<FunctionConfiguration> versions()
A list of Lambda function versions.
public ListVersionsByFunctionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListVersionsByFunctionResponse.Builder,ListVersionsByFunctionResponse>
public static ListVersionsByFunctionResponse.Builder builder()
public static Class<? extends ListVersionsByFunctionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.