Class RebootNodeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.dax.model.DaxRequest
-
- software.amazon.awssdk.services.dax.model.RebootNodeRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RebootNodeRequest.Builder,RebootNodeRequest>
@Generated("software.amazon.awssdk:codegen") public final class RebootNodeRequest extends DaxRequest implements ToCopyableBuilder<RebootNodeRequest.Builder,RebootNodeRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRebootNodeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RebootNodeRequest.Builderbuilder()StringclusterName()The name of the DAX cluster containing the node to be rebooted.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnodeId()The system-assigned ID of the node to be rebooted.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RebootNodeRequest.Builder>serializableBuilderClass()RebootNodeRequest.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
-
clusterName
public final String clusterName()
The name of the DAX cluster containing the node to be rebooted.
- Returns:
- The name of the DAX cluster containing the node to be rebooted.
-
nodeId
public final String nodeId()
The system-assigned ID of the node to be rebooted.
- Returns:
- The system-assigned ID of the node to be rebooted.
-
toBuilder
public RebootNodeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RebootNodeRequest.Builder,RebootNodeRequest>- Specified by:
toBuilderin classDaxRequest
-
builder
public static RebootNodeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends RebootNodeRequest.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
-
-