@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePresetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePresetRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePresetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCategory()
Optional.
|
String |
getDescription()
Optional.
|
String |
getName()
The name of the preset you are creating.
|
PresetSettings |
getSettings() |
int |
hashCode() |
void |
setCategory(String category)
Optional.
|
void |
setDescription(String description)
Optional.
|
void |
setName(String name)
The name of the preset you are creating.
|
void |
setSettings(PresetSettings settings) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreatePresetRequest |
withCategory(String category)
Optional.
|
CreatePresetRequest |
withDescription(String description)
Optional.
|
CreatePresetRequest |
withName(String name)
The name of the preset you are creating.
|
CreatePresetRequest |
withSettings(PresetSettings settings) |
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 setCategory(String category)
category
- Optional. A category for the preset you are creating.public String getCategory()
public CreatePresetRequest withCategory(String category)
category
- Optional. A category for the preset you are creating.public void setDescription(String description)
description
- Optional. A description of the preset you are creating.public String getDescription()
public CreatePresetRequest withDescription(String description)
description
- Optional. A description of the preset you are creating.public void setName(String name)
name
- The name of the preset you are creating.public String getName()
public CreatePresetRequest withName(String name)
name
- The name of the preset you are creating.public void setSettings(PresetSettings settings)
settings
- public PresetSettings getSettings()
public CreatePresetRequest withSettings(PresetSettings settings)
settings
- public String toString()
toString
in class Object
Object.toString()
public CreatePresetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.