@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportApplicationUsageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportApplicationUsageRequest() |
Modifier and Type | Method and Description |
---|---|
ImportApplicationUsageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SourceS3Location |
getSourceS3Location()
Amazon S3 location to import application usage data from.
|
int |
hashCode() |
void |
setSourceS3Location(SourceS3Location sourceS3Location)
Amazon S3 location to import application usage data from.
|
String |
toString()
Returns a string representation of this object.
|
ImportApplicationUsageRequest |
withSourceS3Location(SourceS3Location sourceS3Location)
Amazon S3 location to import application usage data from.
|
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 setSourceS3Location(SourceS3Location sourceS3Location)
Amazon S3 location to import application usage data from.
sourceS3Location
- Amazon S3 location to import application usage data from.public SourceS3Location getSourceS3Location()
Amazon S3 location to import application usage data from.
public ImportApplicationUsageRequest withSourceS3Location(SourceS3Location sourceS3Location)
Amazon S3 location to import application usage data from.
sourceS3Location
- Amazon S3 location to import application usage data from.public String toString()
toString
in class Object
Object.toString()
public ImportApplicationUsageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()