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