Class UpdateDestinationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest
-
- software.amazon.awssdk.services.iotwireless.model.UpdateDestinationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateDestinationRequest extends IotWirelessRequest implements ToCopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateDestinationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDestinationRequest.Builderbuilder()Stringdescription()A new description of the resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringexpression()The new rule name or topic rule to send messages to.ExpressionTypeexpressionType()The type of value inExpression.StringexpressionTypeAsString()The type of value inExpression.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The new name of the resource.StringroleArn()The ARN of the IAM Role that authorizes the destination.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateDestinationRequest.Builder>serializableBuilderClass()UpdateDestinationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
name
public final String name()
The new name of the resource.
- Returns:
- The new name of the resource.
-
expressionType
public final ExpressionType expressionType()
The type of value in
Expression.If the service returns an enum value that is not available in the current SDK version,
expressionTypewill returnExpressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexpressionTypeAsString().- Returns:
- The type of value in
Expression. - See Also:
ExpressionType
-
expressionTypeAsString
public final String expressionTypeAsString()
The type of value in
Expression.If the service returns an enum value that is not available in the current SDK version,
expressionTypewill returnExpressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexpressionTypeAsString().- Returns:
- The type of value in
Expression. - See Also:
ExpressionType
-
expression
public final String expression()
The new rule name or topic rule to send messages to.
- Returns:
- The new rule name or topic rule to send messages to.
-
description
public final String description()
A new description of the resource.
- Returns:
- A new description of the resource.
-
roleArn
public final String roleArn()
The ARN of the IAM Role that authorizes the destination.
- Returns:
- The ARN of the IAM Role that authorizes the destination.
-
toBuilder
public UpdateDestinationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>- Specified by:
toBuilderin classIotWirelessRequest
-
builder
public static UpdateDestinationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateDestinationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-