@Generated(value="software.amazon.awssdk:codegen") public final class CreateServiceResponse extends EcsResponse implements ToCopyableBuilder<CreateServiceResponse.Builder,CreateServiceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateServiceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateServiceResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateServiceResponse.Builder> |
serializableBuilderClass() |
Service |
service()
The full description of your service following the create call.
|
CreateServiceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Service service()
The full description of your service following the create call.
A service will return either a capacityProviderStrategy or launchType parameter, but
not both, depending where one was specified when it was created.
If a service is using the ECS deployment controller, the deploymentController and
taskSets parameters will not be returned.
if the service uses the CODE_DEPLOY deployment controller, the deploymentController,
taskSets and deployments parameters will be returned, however the
deployments parameter will be an empty list.
A service will return either a capacityProviderStrategy or launchType
parameter, but not both, depending where one was specified when it was created.
If a service is using the ECS deployment controller, the deploymentController
and taskSets parameters will not be returned.
if the service uses the CODE_DEPLOY deployment controller, the
deploymentController, taskSets and deployments parameters will be
returned, however the deployments parameter will be an empty list.
public CreateServiceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateServiceResponse.Builder,CreateServiceResponse>toBuilder in class AwsResponsepublic static CreateServiceResponse.Builder builder()
public static Class<? extends CreateServiceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.