Class CfnServiceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.refactorspaces.CfnServiceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceProps
@Stability(Stable)
@Internal
public static final class CfnServiceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceProps
An implementation for
CfnServiceProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.refactorspaces.CfnServiceProps
CfnServiceProps.Builder, CfnServiceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnServiceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServiceProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe unique identifier of the application.final StringA description of the service.final StringThe endpoint type of the service.final StringThe unique identifier of the environment.final ObjectA summary of the configuration for the AWS Lambda endpoint type.final StringgetName()The name of the service.getTags()The tags assigned to the service.final ObjectThe summary of the configuration for the URL endpoint type.final StringgetVpcId()The ID of the virtual private cloud (VPC).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServiceProps.Builder.
-
-
Method Details
-
getApplicationIdentifier
Description copied from interface:CfnServicePropsThe unique identifier of the application.- Specified by:
getApplicationIdentifierin interfaceCfnServiceProps- See Also:
-
getEndpointType
Description copied from interface:CfnServicePropsThe endpoint type of the service.- Specified by:
getEndpointTypein interfaceCfnServiceProps- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnServicePropsThe unique identifier of the environment.- Specified by:
getEnvironmentIdentifierin interfaceCfnServiceProps- See Also:
-
getName
Description copied from interface:CfnServicePropsThe name of the service.- Specified by:
getNamein interfaceCfnServiceProps- See Also:
-
getDescription
Description copied from interface:CfnServicePropsA description of the service.- Specified by:
getDescriptionin interfaceCfnServiceProps- See Also:
-
getLambdaEndpoint
Description copied from interface:CfnServicePropsA summary of the configuration for the AWS Lambda endpoint type.Returns union: either
IResolvableorCfnService.LambdaEndpointInputProperty- Specified by:
getLambdaEndpointin interfaceCfnServiceProps- See Also:
-
getTags
Description copied from interface:CfnServicePropsThe tags assigned to the service.- Specified by:
getTagsin interfaceCfnServiceProps- See Also:
-
getUrlEndpoint
Description copied from interface:CfnServicePropsThe summary of the configuration for the URL endpoint type.Returns union: either
IResolvableorCfnService.UrlEndpointInputProperty- Specified by:
getUrlEndpointin interfaceCfnServiceProps- See Also:
-
getVpcId
Description copied from interface:CfnServicePropsThe ID of the virtual private cloud (VPC).- Specified by:
getVpcIdin interfaceCfnServiceProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-