@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBlueprintRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBlueprintRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBlueprintRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateBlueprintRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateBlueprintRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBlueprintLocation()
Specifies a path in Amazon S3 where the blueprint is published.
|
String |
getDescription()
A description of the blueprint.
|
String |
getName()
The name of the blueprint.
|
Map<String,String> |
getTags()
The tags to be applied to this blueprint.
|
int |
hashCode() |
void |
setBlueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
|
void |
setDescription(String description)
A description of the blueprint.
|
void |
setName(String name)
The name of the blueprint.
|
void |
setTags(Map<String,String> tags)
The tags to be applied to this blueprint.
|
String |
toString()
Returns a string representation of this object.
|
CreateBlueprintRequest |
withBlueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
|
CreateBlueprintRequest |
withDescription(String description)
A description of the blueprint.
|
CreateBlueprintRequest |
withName(String name)
The name of the blueprint.
|
CreateBlueprintRequest |
withTags(Map<String,String> tags)
The tags to be applied to this blueprint.
|
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, withSdkRequestTimeout
public void setName(String name)
The name of the blueprint.
name
- The name of the blueprint.public String getName()
The name of the blueprint.
public CreateBlueprintRequest withName(String name)
The name of the blueprint.
name
- The name of the blueprint.public void setDescription(String description)
A description of the blueprint.
description
- A description of the blueprint.public String getDescription()
A description of the blueprint.
public CreateBlueprintRequest withDescription(String description)
A description of the blueprint.
description
- A description of the blueprint.public void setBlueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
blueprintLocation
- Specifies a path in Amazon S3 where the blueprint is published.public String getBlueprintLocation()
Specifies a path in Amazon S3 where the blueprint is published.
public CreateBlueprintRequest withBlueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
blueprintLocation
- Specifies a path in Amazon S3 where the blueprint is published.public Map<String,String> getTags()
The tags to be applied to this blueprint.
public void setTags(Map<String,String> tags)
The tags to be applied to this blueprint.
tags
- The tags to be applied to this blueprint.public CreateBlueprintRequest withTags(Map<String,String> tags)
The tags to be applied to this blueprint.
tags
- The tags to be applied to this blueprint.public CreateBlueprintRequest addTagsEntry(String key, String value)
public CreateBlueprintRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateBlueprintRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()