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 interfaceUpdateCommandResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateCommandResponse.Builderbuilder()StringcommandId()The unique identifier of the command.Booleandeprecated()The boolean that indicates whether the command was deprecated.Stringdescription()The updated text description of the command.StringdisplayName()The updated user-friendly display name in the console for the command.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedAt()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.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
-
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:
toBuilderin interfaceToCopyableBuilder<UpdateCommandResponse.Builder,UpdateCommandResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateCommandResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateCommandResponse.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
-
-