@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConformancePackInputParameter extends Object implements Serializable, Cloneable, StructuredPojo
Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.
Constructor and Description |
---|
ConformancePackInputParameter() |
Modifier and Type | Method and Description |
---|---|
ConformancePackInputParameter |
clone() |
boolean |
equals(Object obj) |
String |
getParameterName()
One part of a key-value pair.
|
String |
getParameterValue()
Another part of the key-value pair.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setParameterName(String parameterName)
One part of a key-value pair.
|
void |
setParameterValue(String parameterValue)
Another part of the key-value pair.
|
String |
toString()
Returns a string representation of this object.
|
ConformancePackInputParameter |
withParameterName(String parameterName)
One part of a key-value pair.
|
ConformancePackInputParameter |
withParameterValue(String parameterValue)
Another part of the key-value pair.
|
public void setParameterName(String parameterName)
One part of a key-value pair.
parameterName
- One part of a key-value pair.public String getParameterName()
One part of a key-value pair.
public ConformancePackInputParameter withParameterName(String parameterName)
One part of a key-value pair.
parameterName
- One part of a key-value pair.public void setParameterValue(String parameterValue)
Another part of the key-value pair.
parameterValue
- Another part of the key-value pair.public String getParameterValue()
Another part of the key-value pair.
public ConformancePackInputParameter withParameterValue(String parameterValue)
Another part of the key-value pair.
parameterValue
- Another part of the key-value pair.public String toString()
toString
in class Object
Object.toString()
public ConformancePackInputParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.