StructuredPojo
, ToCopyableBuilder<EnvironmentImage.Builder,EnvironmentImage>
@Generated("software.amazon.awssdk:codegen") public class EnvironmentImage extends Object implements StructuredPojo, ToCopyableBuilder<EnvironmentImage.Builder,EnvironmentImage>
Information about a Docker image that is managed by AWS CodeBuild.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EnvironmentImage.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EnvironmentImage.Builder |
builder() |
|
String |
description() |
The description of the Docker image.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the Docker image.
|
static Class<? extends EnvironmentImage.Builder> |
serializableBuilderClass() |
|
EnvironmentImage.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the Docker image.
public String description()
The description of the Docker image.
public EnvironmentImage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnvironmentImage.Builder,EnvironmentImage>
public static EnvironmentImage.Builder builder()
public static Class<? extends EnvironmentImage.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.