@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUsageProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateUsageProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateUsageProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ProfileConfiguration |
getConfiguration()
A
ProfileConfiguration object specifying the job and session values for the profile. |
String |
getDescription()
A description of the usage profile.
|
String |
getName()
The name of the usage profile.
|
int |
hashCode() |
void |
setConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
void |
setDescription(String description)
A description of the usage profile.
|
void |
setName(String name)
The name of the usage profile.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUsageProfileRequest |
withConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
UpdateUsageProfileRequest |
withDescription(String description)
A description of the usage profile.
|
UpdateUsageProfileRequest |
withName(String name)
The name of the usage profile.
|
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 usage profile.
name
- The name of the usage profile.public String getName()
The name of the usage profile.
public UpdateUsageProfileRequest withName(String name)
The name of the usage profile.
name
- The name of the usage profile.public void setDescription(String description)
A description of the usage profile.
description
- A description of the usage profile.public String getDescription()
A description of the usage profile.
public UpdateUsageProfileRequest withDescription(String description)
A description of the usage profile.
description
- A description of the usage profile.public void setConfiguration(ProfileConfiguration configuration)
A ProfileConfiguration
object specifying the job and session values for the profile.
configuration
- A ProfileConfiguration
object specifying the job and session values for the profile.public ProfileConfiguration getConfiguration()
A ProfileConfiguration
object specifying the job and session values for the profile.
ProfileConfiguration
object specifying the job and session values for the profile.public UpdateUsageProfileRequest withConfiguration(ProfileConfiguration configuration)
A ProfileConfiguration
object specifying the job and session values for the profile.
configuration
- A ProfileConfiguration
object specifying the job and session values for the profile.public String toString()
toString
in class Object
Object.toString()
public UpdateUsageProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()