@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The Instance configuration used for recommendations.
| Constructor and Description |
|---|
InstanceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
InstanceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getType()
Details about the type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setType(String type)
Details about the type.
|
String |
toString()
Returns a string representation of this object.
|
InstanceConfiguration |
withType(String type)
Details about the type.
|
public void setType(String type)
Details about the type.
type - Details about the type.public String getType()
Details about the type.
public InstanceConfiguration withType(String type)
Details about the type.
type - Details about the type.public String toString()
toString in class ObjectObject.toString()public InstanceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.