@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAutoScalingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAutoScalingConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateAutoScalingConfigurationResult |
clone() |
boolean |
equals(Object obj) |
AutoScalingConfiguration |
getAutoScalingConfiguration()
A description of the App Runner auto scaling configuration that's created by this request.
|
int |
hashCode() |
void |
setAutoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
A description of the App Runner auto scaling configuration that's created by this request.
|
String |
toString()
Returns a string representation of this object.
|
CreateAutoScalingConfigurationResult |
withAutoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
A description of the App Runner auto scaling configuration that's created by this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateAutoScalingConfigurationResult()
public void setAutoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
A description of the App Runner auto scaling configuration that's created by this request.
autoScalingConfiguration
- A description of the App Runner auto scaling configuration that's created by this request.public AutoScalingConfiguration getAutoScalingConfiguration()
A description of the App Runner auto scaling configuration that's created by this request.
public CreateAutoScalingConfigurationResult withAutoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
A description of the App Runner auto scaling configuration that's created by this request.
autoScalingConfiguration
- A description of the App Runner auto scaling configuration that's created by this request.public String toString()
toString
in class Object
Object.toString()
public CreateAutoScalingConfigurationResult clone()