Class ListLayersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lambda.model.LambdaRequest
-
- software.amazon.awssdk.services.lambda.model.ListLayersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListLayersRequest extends LambdaRequest implements ToCopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListLayersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLayersRequest.Builderbuilder()ArchitecturecompatibleArchitecture()The compatible instruction set architecture.StringcompatibleArchitectureAsString()The compatible instruction set architecture.RuntimecompatibleRuntime()A runtime identifier.StringcompatibleRuntimeAsString()A runtime identifier.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmarker()A pagination token returned by a previous call.IntegermaxItems()The maximum number of layers to return.List<SdkField<?>>sdkFields()static Class<? extends ListLayersRequest.Builder>serializableBuilderClass()ListLayersRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
compatibleRuntime
public final Runtime compatibleRuntime()
A runtime identifier. For example,
go1.x.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
If the service returns an enum value that is not available in the current SDK version,
compatibleRuntimewill returnRuntime.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompatibleRuntimeAsString().- Returns:
- A runtime identifier. For example,
go1.x.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
- See Also:
Runtime
-
compatibleRuntimeAsString
public final String compatibleRuntimeAsString()
A runtime identifier. For example,
go1.x.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
If the service returns an enum value that is not available in the current SDK version,
compatibleRuntimewill returnRuntime.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompatibleRuntimeAsString().- Returns:
- A runtime identifier. For example,
go1.x.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
- See Also:
Runtime
-
marker
public final String marker()
A pagination token returned by a previous call.
- Returns:
- A pagination token returned by a previous call.
-
maxItems
public final Integer maxItems()
The maximum number of layers to return.
- Returns:
- The maximum number of layers to return.
-
compatibleArchitecture
public final Architecture compatibleArchitecture()
The compatible instruction set architecture.
If the service returns an enum value that is not available in the current SDK version,
compatibleArchitecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompatibleArchitectureAsString().- Returns:
- The compatible instruction set architecture.
- See Also:
Architecture
-
compatibleArchitectureAsString
public final String compatibleArchitectureAsString()
The compatible instruction set architecture.
If the service returns an enum value that is not available in the current SDK version,
compatibleArchitecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompatibleArchitectureAsString().- Returns:
- The compatible instruction set architecture.
- See Also:
Architecture
-
toBuilder
public ListLayersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>- Specified by:
toBuilderin classLambdaRequest
-
builder
public static ListLayersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListLayersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-