@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaSavingsEstimationMode extends Object implements Serializable, Cloneable, StructuredPojo
Describes the savings estimation used for calculating savings opportunity for Lambda functions.
| Constructor and Description |
|---|
LambdaSavingsEstimationMode() |
| Modifier and Type | Method and Description |
|---|---|
LambdaSavingsEstimationMode |
clone() |
boolean |
equals(Object obj) |
String |
getSource()
Describes the source for calculation of savings opportunity for Lambda functions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSource(String source)
Describes the source for calculation of savings opportunity for Lambda functions.
|
String |
toString()
Returns a string representation of this object.
|
LambdaSavingsEstimationMode |
withSource(LambdaSavingsEstimationModeSource source)
Describes the source for calculation of savings opportunity for Lambda functions.
|
LambdaSavingsEstimationMode |
withSource(String source)
Describes the source for calculation of savings opportunity for Lambda functions.
|
public void setSource(String source)
Describes the source for calculation of savings opportunity for Lambda functions.
source - Describes the source for calculation of savings opportunity for Lambda functions.LambdaSavingsEstimationModeSourcepublic String getSource()
Describes the source for calculation of savings opportunity for Lambda functions.
LambdaSavingsEstimationModeSourcepublic LambdaSavingsEstimationMode withSource(String source)
Describes the source for calculation of savings opportunity for Lambda functions.
source - Describes the source for calculation of savings opportunity for Lambda functions.LambdaSavingsEstimationModeSourcepublic LambdaSavingsEstimationMode withSource(LambdaSavingsEstimationModeSource source)
Describes the source for calculation of savings opportunity for Lambda functions.
source - Describes the source for calculation of savings opportunity for Lambda functions.LambdaSavingsEstimationModeSourcepublic String toString()
toString in class ObjectObject.toString()public LambdaSavingsEstimationMode clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.