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