@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateComponentResult() |
Modifier and Type | Method and Description |
---|---|
CreateComponentResult |
clone() |
boolean |
equals(Object obj) |
Component |
getComponent()
The detailed data of the created component.
|
int |
hashCode() |
void |
setComponent(Component component)
The detailed data of the created component.
|
String |
toString()
Returns a string representation of this object.
|
CreateComponentResult |
withComponent(Component component)
The detailed data of the created component.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setComponent(Component component)
The detailed data of the created component.
component
- The detailed data of the created component.public Component getComponent()
The detailed data of the created component.
public CreateComponentResult withComponent(Component component)
The detailed data of the created component.
component
- The detailed data of the created component.public String toString()
toString
in class Object
Object.toString()
public CreateComponentResult clone()