@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBlueprintRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetBlueprintRunResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintRunResult |
clone() |
boolean |
equals(Object obj) |
BlueprintRun |
getBlueprintRun()
Returns a
BlueprintRun object. |
int |
hashCode() |
void |
setBlueprintRun(BlueprintRun blueprintRun)
Returns a
BlueprintRun object. |
String |
toString()
Returns a string representation of this object.
|
GetBlueprintRunResult |
withBlueprintRun(BlueprintRun blueprintRun)
Returns a
BlueprintRun object. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBlueprintRun(BlueprintRun blueprintRun)
Returns a BlueprintRun object.
blueprintRun - Returns a BlueprintRun object.public BlueprintRun getBlueprintRun()
Returns a BlueprintRun object.
BlueprintRun object.public GetBlueprintRunResult withBlueprintRun(BlueprintRun blueprintRun)
Returns a BlueprintRun object.
blueprintRun - Returns a BlueprintRun object.public String toString()
toString in class ObjectObject.toString()public GetBlueprintRunResult clone()