@Generated(value="software.amazon.awssdk:codegen") public final class DeleteServiceResponse extends MigrationHubRefactorSpacesResponse implements ToCopyableBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteServiceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The ID of the application that the service is in.
|
String |
arn()
The Amazon Resource Name (ARN) of the service.
|
static DeleteServiceResponse.Builder |
builder() |
String |
environmentId()
The unique identifier of the environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
A timestamp that indicates when the service was last updated.
|
String |
name()
The name of the service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteServiceResponse.Builder> |
serializableBuilderClass() |
String |
serviceId()
The unique identifier of the service.
|
ServiceState |
state()
The current state of the service.
|
String |
stateAsString()
The current state of the service.
|
DeleteServiceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The ID of the application that the service is in.
public final String arn()
The Amazon Resource Name (ARN) of the service.
public final String environmentId()
The unique identifier of the environment.
public final Instant lastUpdatedTime()
A timestamp that indicates when the service was last updated.
public final String name()
The name of the service.
public final String serviceId()
The unique identifier of the service.
public final ServiceState state()
The current state of the service.
If the service returns an enum value that is not available in the current SDK version, state will return
ServiceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ServiceStatepublic final String stateAsString()
The current state of the service.
If the service returns an enum value that is not available in the current SDK version, state will return
ServiceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ServiceStatepublic DeleteServiceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>toBuilder in class AwsResponsepublic static DeleteServiceResponse.Builder builder()
public static Class<? extends DeleteServiceResponse.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 © 2022. All rights reserved.