Class DeleteCommandResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iot.model.IotResponse
-
- software.amazon.awssdk.services.iot.model.DeleteCommandResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteCommandResponse.Builder,DeleteCommandResponse>
@Generated("software.amazon.awssdk:codegen") public final class DeleteCommandResponse extends IotResponse implements ToCopyableBuilder<DeleteCommandResponse.Builder,DeleteCommandResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteCommandResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteCommandResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteCommandResponse.Builder>serializableBuilderClass()IntegerstatusCode()The status code for the command deletion request.DeleteCommandResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.iot.model.IotResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
statusCode
public final Integer statusCode()
The status code for the command deletion request. The status code is in the 200 range for a successful request.
-
If the command hasn't been deprecated, or has been deprecated for a duration that is shorter than the maximum time out duration of 12 hours, when calling the
DeleteCommandrequest, the deletion will be scheduled and a 202 status code will be returned. While the command is being deleted, it will be in apendingDeletionstate. Once the time out duration has been reached, the command will be permanently removed from your account. -
If the command has been deprecated for a duration that is longer than the maximum time out duration of 12 hours, when calling the
DeleteCommandrequest, the command will be deleted immediately and a 204 status code will be returned.
- Returns:
- The status code for the command deletion request. The status code is in the 200 range for a successful
request.
-
If the command hasn't been deprecated, or has been deprecated for a duration that is shorter than the maximum time out duration of 12 hours, when calling the
DeleteCommandrequest, the deletion will be scheduled and a 202 status code will be returned. While the command is being deleted, it will be in apendingDeletionstate. Once the time out duration has been reached, the command will be permanently removed from your account. -
If the command has been deprecated for a duration that is longer than the maximum time out duration of 12 hours, when calling the
DeleteCommandrequest, the command will be deleted immediately and a 204 status code will be returned.
-
-
-
toBuilder
public DeleteCommandResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteCommandResponse.Builder,DeleteCommandResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DeleteCommandResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteCommandResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-