Class UpdateCommandResponse
- 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.UpdateCommandResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<UpdateCommandResponse.Builder,UpdateCommandResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateCommandResponse extends IotResponse implements ToCopyableBuilder<UpdateCommandResponse.Builder,UpdateCommandResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
UpdateCommandResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateCommandResponse.Builder
builder()
String
commandId()
The unique identifier of the command.Boolean
deprecated()
The boolean that indicates whether the command was deprecated.String
description()
The updated text description of the command.String
displayName()
The updated user-friendly display name in the console for the command.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastUpdatedAt()
The date and time (epoch timestamp in seconds) when the command was last updated.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends UpdateCommandResponse.Builder>
serializableBuilderClass()
UpdateCommandResponse.Builder
toBuilder()
String
toString()
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
-
commandId
public final String commandId()
The unique identifier of the command.
- Returns:
- The unique identifier of the command.
-
displayName
public final String displayName()
The updated user-friendly display name in the console for the command.
- Returns:
- The updated user-friendly display name in the console for the command.
-
description
public final String description()
The updated text description of the command.
- Returns:
- The updated text description of the command.
-
deprecated
public final Boolean deprecated()
The boolean that indicates whether the command was deprecated.
- Returns:
- The boolean that indicates whether the command was deprecated.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
The date and time (epoch timestamp in seconds) when the command was last updated.
- Returns:
- The date and time (epoch timestamp in seconds) when the command was last updated.
-
toBuilder
public UpdateCommandResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<UpdateCommandResponse.Builder,UpdateCommandResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static UpdateCommandResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateCommandResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-