public class ProcessorParameter extends Object implements Serializable, Cloneable
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 |
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; useful for testing and debugging.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.