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