Class StartOutpostDecommissionRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.outposts.model.OutpostsRequest
software.amazon.awssdk.services.outposts.model.StartOutpostDecommissionRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartOutpostDecommissionRequest.Builder,StartOutpostDecommissionRequest>
@Generated("software.amazon.awssdk:codegen")
public final class StartOutpostDecommissionRequest
extends OutpostsRequest
implements ToCopyableBuilder<StartOutpostDecommissionRequest.Builder,StartOutpostDecommissionRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID or ARN of the Outpost that you want to decommission.static Class<? extends StartOutpostDecommissionRequest.Builder>final StringtoString()Returns a string representation of this object.final BooleanValidates the request without starting the decommission process.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
outpostIdentifier
The ID or ARN of the Outpost that you want to decommission.
- Returns:
- The ID or ARN of the Outpost that you want to decommission.
-
validateOnly
Validates the request without starting the decommission process.
- Returns:
- Validates the request without starting the decommission process.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartOutpostDecommissionRequest.Builder,StartOutpostDecommissionRequest> - Specified by:
toBuilderin classOutpostsRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-