@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPipelineBlueprintRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetPipelineBlueprintRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetPipelineBlueprintRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBlueprintName()
The name of the blueprint to retrieve.
|
String |
getFormat()
The format format of the blueprint to retrieve.
|
int |
hashCode() |
void |
setBlueprintName(String blueprintName)
The name of the blueprint to retrieve.
|
void |
setFormat(String format)
The format format of the blueprint to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetPipelineBlueprintRequest |
withBlueprintName(String blueprintName)
The name of the blueprint to retrieve.
|
GetPipelineBlueprintRequest |
withFormat(String format)
The format format of the blueprint to retrieve.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setBlueprintName(String blueprintName)
The name of the blueprint to retrieve.
blueprintName - The name of the blueprint to retrieve.public String getBlueprintName()
The name of the blueprint to retrieve.
public GetPipelineBlueprintRequest withBlueprintName(String blueprintName)
The name of the blueprint to retrieve.
blueprintName - The name of the blueprint to retrieve.public void setFormat(String format)
The format format of the blueprint to retrieve.
format - The format format of the blueprint to retrieve.public String getFormat()
The format format of the blueprint to retrieve.
public GetPipelineBlueprintRequest withFormat(String format)
The format format of the blueprint to retrieve.
format - The format format of the blueprint to retrieve.public String toString()
toString in class ObjectObject.toString()public GetPipelineBlueprintRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()