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