Class ParameterNameValue
- java.lang.Object
-
- software.amazon.awssdk.services.elasticache.model.ParameterNameValue
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ParameterNameValue.Builder,ParameterNameValue>
@Generated("software.amazon.awssdk:codegen") public final class ParameterNameValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterNameValue.Builder,ParameterNameValue>
Describes a name-value pair that is used to update the value of a parameter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ParameterNameValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterNameValue.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
parameterName()
The name of the parameter.String
parameterValue()
The value of the parameter.List<SdkField<?>>
sdkFields()
static Class<? extends ParameterNameValue.Builder>
serializableBuilderClass()
ParameterNameValue.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
parameterName
public final String parameterName()
The name of the parameter.
- Returns:
- The name of the parameter.
-
parameterValue
public final String parameterValue()
The value of the parameter.
- Returns:
- The value of the parameter.
-
toBuilder
public ParameterNameValue.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ParameterNameValue.Builder,ParameterNameValue>
-
builder
public static ParameterNameValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParameterNameValue.Builder> serializableBuilderClass()
-
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.
-
-