@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetParameterValueConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of adding parameters in action.
Constructor and Description |
---|
SetParameterValueConfiguration() |
Modifier and Type | Method and Description |
---|---|
SetParameterValueConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationParameterName()
The destination parameter name of the
SetParameterValueConfiguration . |
DestinationParameterValueConfiguration |
getValue() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestinationParameterName(String destinationParameterName)
The destination parameter name of the
SetParameterValueConfiguration . |
void |
setValue(DestinationParameterValueConfiguration value) |
String |
toString()
Returns a string representation of this object.
|
SetParameterValueConfiguration |
withDestinationParameterName(String destinationParameterName)
The destination parameter name of the
SetParameterValueConfiguration . |
SetParameterValueConfiguration |
withValue(DestinationParameterValueConfiguration value) |
public void setDestinationParameterName(String destinationParameterName)
The destination parameter name of the SetParameterValueConfiguration
.
destinationParameterName
- The destination parameter name of the SetParameterValueConfiguration
.public String getDestinationParameterName()
The destination parameter name of the SetParameterValueConfiguration
.
SetParameterValueConfiguration
.public SetParameterValueConfiguration withDestinationParameterName(String destinationParameterName)
The destination parameter name of the SetParameterValueConfiguration
.
destinationParameterName
- The destination parameter name of the SetParameterValueConfiguration
.public void setValue(DestinationParameterValueConfiguration value)
value
- public DestinationParameterValueConfiguration getValue()
public SetParameterValueConfiguration withValue(DestinationParameterValueConfiguration value)
value
- public String toString()
toString
in class Object
Object.toString()
public SetParameterValueConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.