@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 |
getEntity()
Describes the configuration of the new component.
|
int |
hashCode() |
void |
setEntity(Component entity)
Describes the configuration of the new component.
|
String |
toString()
Returns a string representation of this object.
|
CreateComponentResult |
withEntity(Component entity)
Describes the configuration of the new component.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEntity(Component entity)
Describes the configuration of the new component.
entity
- Describes the configuration of the new component.public Component getEntity()
Describes the configuration of the new component.
public CreateComponentResult withEntity(Component entity)
Describes the configuration of the new component.
entity
- Describes the configuration of the new component.public String toString()
toString
in class Object
Object.toString()
public CreateComponentResult clone()