@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 | 
getComponent()
 The detailed data of the updated component. 
 | 
int | 
hashCode()  | 
void | 
setComponent(Component component)
 The detailed data of the updated component. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateComponentResult | 
withComponent(Component component)
 The detailed data of the updated component. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setComponent(Component component)
The detailed data of the updated component.
component - The detailed data of the updated component.public Component getComponent()
The detailed data of the updated component.
public UpdateComponentResult withComponent(Component component)
The detailed data of the updated component.
component - The detailed data of the updated component.public String toString()
toString in class ObjectObject.toString()public UpdateComponentResult clone()