@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompositeComponentTypeResponse extends Object implements Serializable, Cloneable, StructuredPojo
An object that returns information about the composite component types of a component type.
| Constructor and Description |
|---|
CompositeComponentTypeResponse() |
| Modifier and Type | Method and Description |
|---|---|
CompositeComponentTypeResponse |
clone() |
boolean |
equals(Object obj) |
String |
getComponentTypeId()
This is the
componentTypeId that this compositeComponentType refers to. |
Boolean |
getIsInherited()
This boolean indicates whether this
compositeComponentType is inherited from its parent. |
int |
hashCode() |
Boolean |
isInherited()
This boolean indicates whether this
compositeComponentType is inherited from its parent. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComponentTypeId(String componentTypeId)
This is the
componentTypeId that this compositeComponentType refers to. |
void |
setIsInherited(Boolean isInherited)
This boolean indicates whether this
compositeComponentType is inherited from its parent. |
String |
toString()
Returns a string representation of this object.
|
CompositeComponentTypeResponse |
withComponentTypeId(String componentTypeId)
This is the
componentTypeId that this compositeComponentType refers to. |
CompositeComponentTypeResponse |
withIsInherited(Boolean isInherited)
This boolean indicates whether this
compositeComponentType is inherited from its parent. |
public void setComponentTypeId(String componentTypeId)
This is the componentTypeId that this compositeComponentType refers to.
componentTypeId - This is the componentTypeId that this compositeComponentType refers to.public String getComponentTypeId()
This is the componentTypeId that this compositeComponentType refers to.
componentTypeId that this compositeComponentType refers to.public CompositeComponentTypeResponse withComponentTypeId(String componentTypeId)
This is the componentTypeId that this compositeComponentType refers to.
componentTypeId - This is the componentTypeId that this compositeComponentType refers to.public void setIsInherited(Boolean isInherited)
This boolean indicates whether this compositeComponentType is inherited from its parent.
isInherited - This boolean indicates whether this compositeComponentType is inherited from its parent.public Boolean getIsInherited()
This boolean indicates whether this compositeComponentType is inherited from its parent.
compositeComponentType is inherited from its parent.public CompositeComponentTypeResponse withIsInherited(Boolean isInherited)
This boolean indicates whether this compositeComponentType is inherited from its parent.
isInherited - This boolean indicates whether this compositeComponentType is inherited from its parent.public Boolean isInherited()
This boolean indicates whether this compositeComponentType is inherited from its parent.
compositeComponentType is inherited from its parent.public String toString()
toString in class ObjectObject.toString()public CompositeComponentTypeResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.