@Generated(value="software.amazon.awssdk:codegen") public final class DeleteContainerImageRequest extends LightsailRequest implements ToCopyableBuilder<DeleteContainerImageRequest.Builder,DeleteContainerImageRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteContainerImageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteContainerImageRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
image()
The name of the container image to delete from the container service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteContainerImageRequest.Builder> |
serializableBuilderClass() |
String |
serviceName()
The name of the container service for which to delete a registered container image.
|
DeleteContainerImageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceName()
The name of the container service for which to delete a registered container image.
public final String image()
The name of the container image to delete from the container service.
Use the GetContainerImages action to get the name of the container images that are registered to a
container service.
Container images sourced from your Lightsail container service, that are registered and stored on your service,
start with a colon (:). For example, :container-service-1.mystaticwebsite.1. Container
images sourced from a public registry like Docker Hub don't start with a colon. For example,
nginx:latest or nginx.
Use the GetContainerImages action to get the name of the container images that are
registered to a container service.
Container images sourced from your Lightsail container service, that are registered and stored on your
service, start with a colon (:). For example,
:container-service-1.mystaticwebsite.1. Container images sourced from a public registry like
Docker Hub don't start with a colon. For example, nginx:latest or nginx.
public DeleteContainerImageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteContainerImageRequest.Builder,DeleteContainerImageRequest>toBuilder in class LightsailRequestpublic static DeleteContainerImageRequest.Builder builder()
public static Class<? extends DeleteContainerImageRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.