@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessorParameter extends Object implements Serializable, Cloneable, StructuredPojo
Describes the processor parameter.
Constructor and Description |
---|
ProcessorParameter() |
Modifier and Type | Method and Description |
---|---|
ProcessorParameter |
clone() |
boolean |
equals(Object obj) |
String |
getParameterName()
The name of the parameter.
|
String |
getParameterValue()
The parameter value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setParameterName(ProcessorParameterName parameterName)
The name of the parameter.
|
void |
setParameterName(String parameterName)
The name of the parameter.
|
void |
setParameterValue(String parameterValue)
The parameter value.
|
String |
toString()
Returns a string representation of this object.
|
ProcessorParameter |
withParameterName(ProcessorParameterName parameterName)
The name of the parameter.
|
ProcessorParameter |
withParameterName(String parameterName)
The name of the parameter.
|
ProcessorParameter |
withParameterValue(String parameterValue)
The parameter value.
|
public void setParameterName(String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.ProcessorParameterName
public String getParameterName()
The name of the parameter.
ProcessorParameterName
public ProcessorParameter withParameterName(String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.ProcessorParameterName
public void setParameterName(ProcessorParameterName parameterName)
The name of the parameter.
parameterName
- The name of the parameter.ProcessorParameterName
public ProcessorParameter withParameterName(ProcessorParameterName parameterName)
The name of the parameter.
parameterName
- The name of the parameter.ProcessorParameterName
public void setParameterValue(String parameterValue)
The parameter value.
parameterValue
- The parameter value.public String getParameterValue()
The parameter value.
public ProcessorParameter withParameterValue(String parameterValue)
The parameter value.
parameterValue
- The parameter value.public String toString()
toString
in class Object
Object.toString()
public ProcessorParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.