@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUsageProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetUsageProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetUsageProfileResult |
clone() |
boolean |
equals(Object obj) |
ProfileConfiguration |
getConfiguration()
A
ProfileConfiguration object specifying the job and session values for the profile. |
Date |
getCreatedOn()
The date and time when the usage profile was created.
|
String |
getDescription()
A description of the usage profile.
|
Date |
getLastModifiedOn()
The date and time when the usage profile was last modified.
|
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 |
setCreatedOn(Date createdOn)
The date and time when the usage profile was created.
|
void |
setDescription(String description)
A description of the usage profile.
|
void |
setLastModifiedOn(Date lastModifiedOn)
The date and time when the usage profile was last modified.
|
void |
setName(String name)
The name of the usage profile.
|
String |
toString()
Returns a string representation of this object.
|
GetUsageProfileResult |
withConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
GetUsageProfileResult |
withCreatedOn(Date createdOn)
The date and time when the usage profile was created.
|
GetUsageProfileResult |
withDescription(String description)
A description of the usage profile.
|
GetUsageProfileResult |
withLastModifiedOn(Date lastModifiedOn)
The date and time when the usage profile was last modified.
|
GetUsageProfileResult |
withName(String name)
The name of the usage profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetUsageProfileResult 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 GetUsageProfileResult 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 GetUsageProfileResult 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 void setCreatedOn(Date createdOn)
The date and time when the usage profile was created.
createdOn
- The date and time when the usage profile was created.public Date getCreatedOn()
The date and time when the usage profile was created.
public GetUsageProfileResult withCreatedOn(Date createdOn)
The date and time when the usage profile was created.
createdOn
- The date and time when the usage profile was created.public void setLastModifiedOn(Date lastModifiedOn)
The date and time when the usage profile was last modified.
lastModifiedOn
- The date and time when the usage profile was last modified.public Date getLastModifiedOn()
The date and time when the usage profile was last modified.
public GetUsageProfileResult withLastModifiedOn(Date lastModifiedOn)
The date and time when the usage profile was last modified.
lastModifiedOn
- The date and time when the usage profile was last modified.public String toString()
toString
in class Object
Object.toString()
public GetUsageProfileResult clone()