@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentResult.Builder,DeploymentResult>
The result of the deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
Details about the deployment result.
|
ResultCode |
resultCode()
The type of deployment result.
|
String |
resultCodeAsString()
The type of deployment result.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentResult.Builder> |
serializableBuilderClass() |
DeploymentResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String message()
Details about the deployment result.
public final ResultCode resultCode()
The type of deployment result.
If the service returns an enum value that is not available in the current SDK version, resultCode will
return ResultCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resultCodeAsString().
ResultCodepublic final String resultCodeAsString()
The type of deployment result.
If the service returns an enum value that is not available in the current SDK version, resultCode will
return ResultCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resultCodeAsString().
ResultCodepublic DeploymentResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentResult.Builder,DeploymentResult>public static DeploymentResult.Builder builder()
public static Class<? extends DeploymentResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.