Class SmithyServiceName.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.SmithyServiceName.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,SmithyServiceName
- Enclosing interface:
- SmithyServiceName
@Stability(Experimental) @Internal public static final class SmithyServiceName.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SmithyServiceName
An implementation forSmithyServiceName
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.openapigateway.SmithyServiceName
SmithyServiceName.Builder, SmithyServiceName.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(SmithyServiceName.Builder builder)Constructor that initializes the object based on literal property values passed by theSmithyServiceName.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetNamespace()(experimental) The service namespace.StringgetServiceName()(experimental) The service name.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(SmithyServiceName.Builder builder)
Constructor that initializes the object based on literal property values passed by theSmithyServiceName.Builder.
-
-
Method Detail
-
getNamespace
public final String getNamespace()
Description copied from interface:SmithyServiceName(experimental) The service namespace.Nested namespaces are separated by '.', for example com.company
- Specified by:
getNamespacein interfaceSmithyServiceName- See Also:
- https://awslabs.github.io/smithy/2.0/spec/model.html#shape-id
-
getServiceName
public final String getServiceName()
Description copied from interface:SmithyServiceName(experimental) The service name.Should be PascalCase, for example HelloService
- Specified by:
getServiceNamein interfaceSmithyServiceName- See Also:
- https://awslabs.github.io/smithy/2.0/spec/model.html#shape-id
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-