@Stability(value=Stable) @Internal public static final class CfnPipeline.FieldProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipeline.FieldProperty
CfnPipeline.FieldPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnPipeline.FieldProperty.Builder, CfnPipeline.FieldProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPipeline.FieldProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPipeline.FieldProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getKey()
Specifies the name of a field for a particular object.
|
String |
getRefValue()
A field value that you specify as an identifier of another object in the same pipeline definition.
|
String |
getStringValue()
A field value that you specify as a string.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPipeline.FieldProperty.Builder builder)
CfnPipeline.FieldProperty.Builder.public final String getKey()
CfnPipeline.FieldPropertyTo view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide .
getKey in interface CfnPipeline.FieldPropertypublic final String getRefValue()
CfnPipeline.FieldProperty
You can specify the field value as either a string value (
StringValue) or a reference to another object (RefValue), but not both.
Required if the key that you are using requires it.
getRefValue in interface CfnPipeline.FieldPropertypublic final String getStringValue()
CfnPipeline.FieldPropertyTo view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide .
You can specify the field value as either a string value (
StringValue) or a reference to another object (RefValue), but not both.
Required if the key that you are using requires it.
getStringValue in interface CfnPipeline.FieldProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.