@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContainerServiceDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateContainerServiceDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateContainerServiceDeploymentRequest |
addContainersEntry(String key,
Container value)
Add a single Containers entry
|
CreateContainerServiceDeploymentRequest |
clearContainersEntries()
Removes all the entries added into Containers.
|
CreateContainerServiceDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,Container> |
getContainers()
An object that describes the settings of the containers that will be launched on the container service.
|
EndpointRequest |
getPublicEndpoint()
An object that describes the settings of the public endpoint for the container service.
|
String |
getServiceName()
The name of the container service for which to create the deployment.
|
int |
hashCode() |
void |
setContainers(Map<String,Container> containers)
An object that describes the settings of the containers that will be launched on the container service.
|
void |
setPublicEndpoint(EndpointRequest publicEndpoint)
An object that describes the settings of the public endpoint for the container service.
|
void |
setServiceName(String serviceName)
The name of the container service for which to create the deployment.
|
String |
toString()
Returns a string representation of this object.
|
CreateContainerServiceDeploymentRequest |
withContainers(Map<String,Container> containers)
An object that describes the settings of the containers that will be launched on the container service.
|
CreateContainerServiceDeploymentRequest |
withPublicEndpoint(EndpointRequest publicEndpoint)
An object that describes the settings of the public endpoint for the container service.
|
CreateContainerServiceDeploymentRequest |
withServiceName(String serviceName)
The name of the container service for which to create the deployment.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateContainerServiceDeploymentRequest()
public void setServiceName(String serviceName)
The name of the container service for which to create the deployment.
serviceName
- The name of the container service for which to create the deployment.public String getServiceName()
The name of the container service for which to create the deployment.
public CreateContainerServiceDeploymentRequest withServiceName(String serviceName)
The name of the container service for which to create the deployment.
serviceName
- The name of the container service for which to create the deployment.public Map<String,Container> getContainers()
An object that describes the settings of the containers that will be launched on the container service.
public void setContainers(Map<String,Container> containers)
An object that describes the settings of the containers that will be launched on the container service.
containers
- An object that describes the settings of the containers that will be launched on the container service.public CreateContainerServiceDeploymentRequest withContainers(Map<String,Container> containers)
An object that describes the settings of the containers that will be launched on the container service.
containers
- An object that describes the settings of the containers that will be launched on the container service.public CreateContainerServiceDeploymentRequest addContainersEntry(String key, Container value)
public CreateContainerServiceDeploymentRequest clearContainersEntries()
public void setPublicEndpoint(EndpointRequest publicEndpoint)
An object that describes the settings of the public endpoint for the container service.
publicEndpoint
- An object that describes the settings of the public endpoint for the container service.public EndpointRequest getPublicEndpoint()
An object that describes the settings of the public endpoint for the container service.
public CreateContainerServiceDeploymentRequest withPublicEndpoint(EndpointRequest publicEndpoint)
An object that describes the settings of the public endpoint for the container service.
publicEndpoint
- An object that describes the settings of the public endpoint for the container service.public String toString()
toString
in class Object
Object.toString()
public CreateContainerServiceDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.