@Generated(value="software.amazon.awssdk:codegen") public final class ModuleInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModuleInfo.Builder,ModuleInfo>
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
For more information on modules, see Using modules to encapsulate and reuse resource configurations in the CloudFormation User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModuleInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModuleInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logicalIdHierarchy()
A concantenated list of the logical IDs of the module or modules containing the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModuleInfo.Builder> |
serializableBuilderClass() |
ModuleInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeHierarchy()
A concantenated list of the the module type or types containing the resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String typeHierarchy()
A concantenated list of the the module type or types containing the resource. Module types are listed starting
with the inner-most nested module, and separated by /.
In the following example, the resource was created from a module of type AWS::First::Example::MODULE
, that is nested inside a parent module of type AWS::Second::Example::MODULE.
AWS::First::Example::MODULE/AWS::Second::Example::MODULE
/.
In the following example, the resource was created from a module of type
AWS::First::Example::MODULE, that is nested inside a parent module of type
AWS::Second::Example::MODULE.
AWS::First::Example::MODULE/AWS::Second::Example::MODULE
public final String logicalIdHierarchy()
A concantenated list of the logical IDs of the module or modules containing the resource. Modules are listed
starting with the inner-most nested module, and separated by /.
In the following example, the resource was created from a module, moduleA, that is nested inside a
parent module, moduleB.
moduleA/moduleB
For more information, see Referencing resources in a module in the CloudFormation User Guide.
/.
In the following example, the resource was created from a module, moduleA, that is nested
inside a parent module, moduleB.
moduleA/moduleB
For more information, see Referencing resources in a module in the CloudFormation User Guide.
public ModuleInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModuleInfo.Builder,ModuleInfo>public static ModuleInfo.Builder builder()
public static Class<? extends ModuleInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.