Class Remote
- java.lang.Object
-
- software.amazon.smithy.aws.cloudformation.schema.model.Remote
-
- All Implemented Interfaces:
ToNode
,ToSmithyBuilder<Remote>
public final class Remote extends java.lang.Object implements ToNode, ToSmithyBuilder<Remote>
Data class representing a CloudFormation Resource Schema's remote definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Remote.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Remote.Builder
builder()
java.util.Map<java.lang.String,Schema>
getDefinitions()
java.util.Map<java.lang.String,Property>
getProperties()
Remote.Builder
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.Node
toNode()
Converts a value to aNode
.
-
-
-
Method Detail
-
toBuilder
public Remote.Builder toBuilder()
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<Remote>
- Returns:
- a builder for type T
-
builder
public static Remote.Builder builder()
-
getDefinitions
public java.util.Map<java.lang.String,Schema> getDefinitions()
-
getProperties
public java.util.Map<java.lang.String,Property> getProperties()
-
-