@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateComponentResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateComponentResult | clone() | 
| boolean | equals(Object obj) | 
| Component | getEntity()
 Describes the configuration of the updated component. | 
| int | hashCode() | 
| void | setEntity(Component entity)
 Describes the configuration of the updated component. | 
| String | toString()Returns a string representation of this object. | 
| UpdateComponentResult | withEntity(Component entity)
 Describes the configuration of the updated component. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEntity(Component entity)
Describes the configuration of the updated component.
entity - Describes the configuration of the updated component.public Component getEntity()
Describes the configuration of the updated component.
public UpdateComponentResult withEntity(Component entity)
Describes the configuration of the updated component.
entity - Describes the configuration of the updated component.public String toString()
toString in class ObjectObject.toString()public UpdateComponentResult clone()