@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCapacityAssignmentConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCapacityAssignmentConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetCapacityAssignmentConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCapacityReservationName()
The name of the capacity reservation to retrieve the capacity assignment configuration for.
|
int |
hashCode() |
void |
setCapacityReservationName(String capacityReservationName)
The name of the capacity reservation to retrieve the capacity assignment configuration for.
|
String |
toString()
Returns a string representation of this object.
|
GetCapacityAssignmentConfigurationRequest |
withCapacityReservationName(String capacityReservationName)
The name of the capacity reservation to retrieve the capacity assignment configuration for.
|
addHandlerContext, copyBaseTo, 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 GetCapacityAssignmentConfigurationRequest()
public void setCapacityReservationName(String capacityReservationName)
The name of the capacity reservation to retrieve the capacity assignment configuration for.
capacityReservationName
- The name of the capacity reservation to retrieve the capacity assignment configuration for.public String getCapacityReservationName()
The name of the capacity reservation to retrieve the capacity assignment configuration for.
public GetCapacityAssignmentConfigurationRequest withCapacityReservationName(String capacityReservationName)
The name of the capacity reservation to retrieve the capacity assignment configuration for.
capacityReservationName
- The name of the capacity reservation to retrieve the capacity assignment configuration for.public String toString()
toString
in class Object
Object.toString()
public GetCapacityAssignmentConfigurationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.