@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetComponentResult() |
| Modifier and Type | Method and Description |
|---|---|
GetComponentResult |
clone() |
boolean |
equals(Object obj) |
Component |
getComponent()
The component of an application registered with AWS Systems Manager for SAP.
|
int |
hashCode() |
void |
setComponent(Component component)
The component of an application registered with AWS Systems Manager for SAP.
|
String |
toString()
Returns a string representation of this object.
|
GetComponentResult |
withComponent(Component component)
The component of an application registered with AWS Systems Manager for SAP.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setComponent(Component component)
The component of an application registered with AWS Systems Manager for SAP.
component - The component of an application registered with AWS Systems Manager for SAP.public Component getComponent()
The component of an application registered with AWS Systems Manager for SAP.
public GetComponentResult withComponent(Component component)
The component of an application registered with AWS Systems Manager for SAP.
component - The component of an application registered with AWS Systems Manager for SAP.public String toString()
toString in class ObjectObject.toString()public GetComponentResult clone()
Copyright © 2023. All rights reserved.