@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDestinationRequest extends IotWirelessRequest implements ToCopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDestinationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDestinationRequest.Builder |
builder() |
String |
description()
A new description of the resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expression()
The new rule name or topic rule to send messages to.
|
ExpressionType |
expressionType()
The type of value in
Expression. |
String |
expressionTypeAsString()
The type of value in
Expression. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The new name of the resource.
|
String |
roleArn()
The ARN of the IAM Role that authorizes the destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDestinationRequest.Builder> |
serializableBuilderClass() |
UpdateDestinationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The new name of the resource.
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, expressionType
will return ExpressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from expressionTypeAsString().
Expression.ExpressionTypepublic 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, expressionType
will return ExpressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from expressionTypeAsString().
Expression.ExpressionTypepublic final String expression()
The new rule name or topic rule to send messages to.
public final String description()
A new description of the resource.
public final String roleArn()
The ARN of the IAM Role that authorizes the destination.
public UpdateDestinationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>toBuilder in class IotWirelessRequestpublic static UpdateDestinationRequest.Builder builder()
public static Class<? extends UpdateDestinationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.