@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageConfigResponse extends Object implements Serializable, Cloneable, StructuredPojo
Response to GetFunctionConfiguration request.
Constructor and Description |
---|
ImageConfigResponse() |
Modifier and Type | Method and Description |
---|---|
ImageConfigResponse |
clone() |
boolean |
equals(Object obj) |
ImageConfigError |
getError()
Error response to GetFunctionConfiguration.
|
ImageConfig |
getImageConfig()
Configuration values that override the container image Dockerfile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setError(ImageConfigError error)
Error response to GetFunctionConfiguration.
|
void |
setImageConfig(ImageConfig imageConfig)
Configuration values that override the container image Dockerfile.
|
String |
toString()
Returns a string representation of this object.
|
ImageConfigResponse |
withError(ImageConfigError error)
Error response to GetFunctionConfiguration.
|
ImageConfigResponse |
withImageConfig(ImageConfig imageConfig)
Configuration values that override the container image Dockerfile.
|
public void setImageConfig(ImageConfig imageConfig)
Configuration values that override the container image Dockerfile.
imageConfig
- Configuration values that override the container image Dockerfile.public ImageConfig getImageConfig()
Configuration values that override the container image Dockerfile.
public ImageConfigResponse withImageConfig(ImageConfig imageConfig)
Configuration values that override the container image Dockerfile.
imageConfig
- Configuration values that override the container image Dockerfile.public void setError(ImageConfigError error)
Error response to GetFunctionConfiguration.
error
- Error response to GetFunctionConfiguration.public ImageConfigError getError()
Error response to GetFunctionConfiguration.
public ImageConfigResponse withError(ImageConfigError error)
Error response to GetFunctionConfiguration.
error
- Error response to GetFunctionConfiguration.public String toString()
toString
in class Object
Object.toString()
public ImageConfigResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.