@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomActionSetParametersOperation extends Object implements Serializable, Cloneable, StructuredPojo
The set parameter operation that sets parameters in custom action.
| Constructor and Description |
|---|
CustomActionSetParametersOperation() |
| Modifier and Type | Method and Description |
|---|---|
CustomActionSetParametersOperation |
clone() |
boolean |
equals(Object obj) |
List<SetParameterValueConfiguration> |
getParameterValueConfigurations()
The parameter that determines the value configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setParameterValueConfigurations(Collection<SetParameterValueConfiguration> parameterValueConfigurations)
The parameter that determines the value configuration.
|
String |
toString()
Returns a string representation of this object.
|
CustomActionSetParametersOperation |
withParameterValueConfigurations(Collection<SetParameterValueConfiguration> parameterValueConfigurations)
The parameter that determines the value configuration.
|
CustomActionSetParametersOperation |
withParameterValueConfigurations(SetParameterValueConfiguration... parameterValueConfigurations)
The parameter that determines the value configuration.
|
public List<SetParameterValueConfiguration> getParameterValueConfigurations()
The parameter that determines the value configuration.
public void setParameterValueConfigurations(Collection<SetParameterValueConfiguration> parameterValueConfigurations)
The parameter that determines the value configuration.
parameterValueConfigurations - The parameter that determines the value configuration.public CustomActionSetParametersOperation withParameterValueConfigurations(SetParameterValueConfiguration... parameterValueConfigurations)
The parameter that determines the value configuration.
NOTE: This method appends the values to the existing list (if any). Use
setParameterValueConfigurations(java.util.Collection) or
withParameterValueConfigurations(java.util.Collection) if you want to override the existing values.
parameterValueConfigurations - The parameter that determines the value configuration.public CustomActionSetParametersOperation withParameterValueConfigurations(Collection<SetParameterValueConfiguration> parameterValueConfigurations)
The parameter that determines the value configuration.
parameterValueConfigurations - The parameter that determines the value configuration.public String toString()
toString in class ObjectObject.toString()public CustomActionSetParametersOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.