@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMinuteUsageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMinuteUsageRequest() |
Modifier and Type | Method and Description |
---|---|
GetMinuteUsageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMonth()
The month being requested, with a value of 1-12.
|
Integer |
getYear()
The year being requested, in the format of YYYY.
|
int |
hashCode() |
void |
setMonth(Integer month)
The month being requested, with a value of 1-12.
|
void |
setYear(Integer year)
The year being requested, in the format of YYYY.
|
String |
toString()
Returns a string representation of this object.
|
GetMinuteUsageRequest |
withMonth(Integer month)
The month being requested, with a value of 1-12.
|
GetMinuteUsageRequest |
withYear(Integer year)
The year being requested, in the format of YYYY.
|
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 setMonth(Integer month)
The month being requested, with a value of 1-12.
month
- The month being requested, with a value of 1-12.public Integer getMonth()
The month being requested, with a value of 1-12.
public GetMinuteUsageRequest withMonth(Integer month)
The month being requested, with a value of 1-12.
month
- The month being requested, with a value of 1-12.public void setYear(Integer year)
The year being requested, in the format of YYYY.
year
- The year being requested, in the format of YYYY.public Integer getYear()
The year being requested, in the format of YYYY.
public GetMinuteUsageRequest withYear(Integer year)
The year being requested, in the format of YYYY.
year
- The year being requested, in the format of YYYY.public String toString()
toString
in class Object
Object.toString()
public GetMinuteUsageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()