@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCapacityProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCapacityProviderResult() |
Modifier and Type | Method and Description |
---|---|
CreateCapacityProviderResult |
clone() |
boolean |
equals(Object obj) |
CapacityProvider |
getCapacityProvider()
The full description of the new capacity provider.
|
int |
hashCode() |
void |
setCapacityProvider(CapacityProvider capacityProvider)
The full description of the new capacity provider.
|
String |
toString()
Returns a string representation of this object.
|
CreateCapacityProviderResult |
withCapacityProvider(CapacityProvider capacityProvider)
The full description of the new capacity provider.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCapacityProvider(CapacityProvider capacityProvider)
The full description of the new capacity provider.
capacityProvider
- The full description of the new capacity provider.public CapacityProvider getCapacityProvider()
The full description of the new capacity provider.
public CreateCapacityProviderResult withCapacityProvider(CapacityProvider capacityProvider)
The full description of the new capacity provider.
capacityProvider
- The full description of the new capacity provider.public String toString()
toString
in class Object
Object.toString()
public CreateCapacityProviderResult clone()