@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransformConfigParameter extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the parameters in the config file of the dynamic transform.
Constructor and Description |
---|
TransformConfigParameter() |
Modifier and Type | Method and Description |
---|---|
TransformConfigParameter |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsOptional()
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
|
String |
getListType()
Specifies the list type of the parameter in the config file of the dynamic transform.
|
String |
getName()
Specifies the name of the parameter in the config file of the dynamic transform.
|
String |
getType()
Specifies the parameter type in the config file of the dynamic transform.
|
String |
getValidationMessage()
Specifies the validation message in the config file of the dynamic transform.
|
String |
getValidationRule()
Specifies the validation rule in the config file of the dynamic transform.
|
List<String> |
getValue()
Specifies the value of the parameter in the config file of the dynamic transform.
|
int |
hashCode() |
Boolean |
isOptional()
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIsOptional(Boolean isOptional)
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
|
void |
setListType(String listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
|
void |
setName(String name)
Specifies the name of the parameter in the config file of the dynamic transform.
|
void |
setType(String type)
Specifies the parameter type in the config file of the dynamic transform.
|
void |
setValidationMessage(String validationMessage)
Specifies the validation message in the config file of the dynamic transform.
|
void |
setValidationRule(String validationRule)
Specifies the validation rule in the config file of the dynamic transform.
|
void |
setValue(Collection<String> value)
Specifies the value of the parameter in the config file of the dynamic transform.
|
String |
toString()
Returns a string representation of this object.
|
TransformConfigParameter |
withIsOptional(Boolean isOptional)
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
|
TransformConfigParameter |
withListType(ParamType listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter |
withListType(String listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter |
withName(String name)
Specifies the name of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter |
withType(ParamType type)
Specifies the parameter type in the config file of the dynamic transform.
|
TransformConfigParameter |
withType(String type)
Specifies the parameter type in the config file of the dynamic transform.
|
TransformConfigParameter |
withValidationMessage(String validationMessage)
Specifies the validation message in the config file of the dynamic transform.
|
TransformConfigParameter |
withValidationRule(String validationRule)
Specifies the validation rule in the config file of the dynamic transform.
|
TransformConfigParameter |
withValue(Collection<String> value)
Specifies the value of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter |
withValue(String... value)
Specifies the value of the parameter in the config file of the dynamic transform.
|
public void setName(String name)
Specifies the name of the parameter in the config file of the dynamic transform.
name
- Specifies the name of the parameter in the config file of the dynamic transform.public String getName()
Specifies the name of the parameter in the config file of the dynamic transform.
public TransformConfigParameter withName(String name)
Specifies the name of the parameter in the config file of the dynamic transform.
name
- Specifies the name of the parameter in the config file of the dynamic transform.public void setType(String type)
Specifies the parameter type in the config file of the dynamic transform.
type
- Specifies the parameter type in the config file of the dynamic transform.ParamType
public String getType()
Specifies the parameter type in the config file of the dynamic transform.
ParamType
public TransformConfigParameter withType(String type)
Specifies the parameter type in the config file of the dynamic transform.
type
- Specifies the parameter type in the config file of the dynamic transform.ParamType
public TransformConfigParameter withType(ParamType type)
Specifies the parameter type in the config file of the dynamic transform.
type
- Specifies the parameter type in the config file of the dynamic transform.ParamType
public void setValidationRule(String validationRule)
Specifies the validation rule in the config file of the dynamic transform.
validationRule
- Specifies the validation rule in the config file of the dynamic transform.public String getValidationRule()
Specifies the validation rule in the config file of the dynamic transform.
public TransformConfigParameter withValidationRule(String validationRule)
Specifies the validation rule in the config file of the dynamic transform.
validationRule
- Specifies the validation rule in the config file of the dynamic transform.public void setValidationMessage(String validationMessage)
Specifies the validation message in the config file of the dynamic transform.
validationMessage
- Specifies the validation message in the config file of the dynamic transform.public String getValidationMessage()
Specifies the validation message in the config file of the dynamic transform.
public TransformConfigParameter withValidationMessage(String validationMessage)
Specifies the validation message in the config file of the dynamic transform.
validationMessage
- Specifies the validation message in the config file of the dynamic transform.public List<String> getValue()
Specifies the value of the parameter in the config file of the dynamic transform.
public void setValue(Collection<String> value)
Specifies the value of the parameter in the config file of the dynamic transform.
value
- Specifies the value of the parameter in the config file of the dynamic transform.public TransformConfigParameter withValue(String... value)
Specifies the value of the parameter in the config file of the dynamic transform.
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
- Specifies the value of the parameter in the config file of the dynamic transform.public TransformConfigParameter withValue(Collection<String> value)
Specifies the value of the parameter in the config file of the dynamic transform.
value
- Specifies the value of the parameter in the config file of the dynamic transform.public void setListType(String listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
listType
- Specifies the list type of the parameter in the config file of the dynamic transform.ParamType
public String getListType()
Specifies the list type of the parameter in the config file of the dynamic transform.
ParamType
public TransformConfigParameter withListType(String listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
listType
- Specifies the list type of the parameter in the config file of the dynamic transform.ParamType
public TransformConfigParameter withListType(ParamType listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
listType
- Specifies the list type of the parameter in the config file of the dynamic transform.ParamType
public void setIsOptional(Boolean isOptional)
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
isOptional
- Specifies whether the parameter is optional or not in the config file of the dynamic transform.public Boolean getIsOptional()
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
public TransformConfigParameter withIsOptional(Boolean isOptional)
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
isOptional
- Specifies whether the parameter is optional or not in the config file of the dynamic transform.public Boolean isOptional()
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
public String toString()
toString
in class Object
Object.toString()
public TransformConfigParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.