@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BlueprintDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of a blueprint.
| Constructor and Description |
|---|
BlueprintDetails() |
| Modifier and Type | Method and Description |
|---|---|
BlueprintDetails |
clone() |
boolean |
equals(Object obj) |
String |
getBlueprintName()
The name of the blueprint.
|
String |
getRunId()
The run ID for this blueprint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBlueprintName(String blueprintName)
The name of the blueprint.
|
void |
setRunId(String runId)
The run ID for this blueprint.
|
String |
toString()
Returns a string representation of this object.
|
BlueprintDetails |
withBlueprintName(String blueprintName)
The name of the blueprint.
|
BlueprintDetails |
withRunId(String runId)
The run ID for this blueprint.
|
public void setBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName - The name of the blueprint.public String getBlueprintName()
The name of the blueprint.
public BlueprintDetails withBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName - The name of the blueprint.public void setRunId(String runId)
The run ID for this blueprint.
runId - The run ID for this blueprint.public String getRunId()
The run ID for this blueprint.
public BlueprintDetails withRunId(String runId)
The run ID for this blueprint.
runId - The run ID for this blueprint.public String toString()
toString in class ObjectObject.toString()public BlueprintDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.