@Generated(value="software.amazon.awssdk:codegen") public final class EdgePresetDeploymentOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgePresetDeploymentOutput.Builder,EdgePresetDeploymentOutput>
The output of a SageMaker Edge Manager deployable resource.
Modifier and Type | Class and Description |
---|---|
static interface |
EdgePresetDeploymentOutput.Builder |
Modifier and Type | Method and Description |
---|---|
String |
artifact()
The Amazon Resource Name (ARN) of the generated deployable resource.
|
static EdgePresetDeploymentOutput.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 EdgePresetDeploymentOutput.Builder> |
serializableBuilderClass() |
EdgePresetDeploymentStatus |
status()
The status of the deployable resource.
|
String |
statusAsString()
The status of the deployable resource.
|
String |
statusMessage()
Returns a message describing the status of the deployed resource.
|
EdgePresetDeploymentOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
EdgePresetDeploymentType |
type()
The deployment type created by SageMaker Edge Manager.
|
String |
typeAsString()
The deployment type created by SageMaker Edge Manager.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final EdgePresetDeploymentType type()
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
If the service returns an enum value that is not available in the current SDK version, type
will return
EdgePresetDeploymentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
EdgePresetDeploymentType
public final String typeAsString()
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
If the service returns an enum value that is not available in the current SDK version, type
will return
EdgePresetDeploymentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
EdgePresetDeploymentType
public final String artifact()
The Amazon Resource Name (ARN) of the generated deployable resource.
public final EdgePresetDeploymentStatus status()
The status of the deployable resource.
If the service returns an enum value that is not available in the current SDK version, status
will
return EdgePresetDeploymentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
EdgePresetDeploymentStatus
public final String statusAsString()
The status of the deployable resource.
If the service returns an enum value that is not available in the current SDK version, status
will
return EdgePresetDeploymentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
EdgePresetDeploymentStatus
public final String statusMessage()
Returns a message describing the status of the deployed resource.
public EdgePresetDeploymentOutput.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EdgePresetDeploymentOutput.Builder,EdgePresetDeploymentOutput>
public static EdgePresetDeploymentOutput.Builder builder()
public static Class<? extends EdgePresetDeploymentOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.