* @param region
* The AWS region that the request will be sent to.
*/
public AmazonCloudWatchRequest(AWSCredentials awsCredentials, String region) {
super(awsCredentials, region);
this.client = new CloudWatchClient(getAwsCredentials(), getRegion());
}