@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityControlParameter extends Object implements Serializable, Cloneable, StructuredPojo
A parameter that a security control accepts.
Constructor and Description |
---|
SecurityControlParameter() |
Modifier and Type | Method and Description |
---|---|
SecurityControlParameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of a
|
List<String> |
getValue()
The current value of a control parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of a
|
void |
setValue(Collection<String> value)
The current value of a control parameter.
|
String |
toString()
Returns a string representation of this object.
|
SecurityControlParameter |
withName(String name)
The name of a
|
SecurityControlParameter |
withValue(Collection<String> value)
The current value of a control parameter.
|
SecurityControlParameter |
withValue(String... value)
The current value of a control parameter.
|
public void setName(String name)
The name of a
name
- The name of apublic String getName()
The name of a
public SecurityControlParameter withName(String name)
The name of a
name
- The name of apublic List<String> getValue()
The current value of a control parameter.
public void setValue(Collection<String> value)
The current value of a control parameter.
value
- The current value of a control parameter.public SecurityControlParameter withValue(String... value)
The current value of a control parameter.
NOTE: This method appends the values to the existing list (if any). Use
setValue(java.util.Collection)
or withValue(java.util.Collection)
if you want to override the
existing values.
value
- The current value of a control parameter.public SecurityControlParameter withValue(Collection<String> value)
The current value of a control parameter.
value
- The current value of a control parameter.public String toString()
toString
in class Object
Object.toString()
public SecurityControlParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.