@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public BlueprintDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.