@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KernelGatewayAppSettings extends Object implements Serializable, Cloneable, StructuredPojo
The kernel gateway app settings.
Constructor and Description |
---|
KernelGatewayAppSettings() |
Modifier and Type | Method and Description |
---|---|
KernelGatewayAppSettings |
clone() |
boolean |
equals(Object obj) |
ResourceSpec |
getDefaultResourceSpec()
The instance type and quantity.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
|
String |
toString()
Returns a string representation of this object.
|
KernelGatewayAppSettings |
withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
|
public void setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
defaultResourceSpec
- The instance type and quantity.public ResourceSpec getDefaultResourceSpec()
The instance type and quantity.
public KernelGatewayAppSettings withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The instance type and quantity.
defaultResourceSpec
- The instance type and quantity.public String toString()
toString
in class Object
Object.toString()
public KernelGatewayAppSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.