@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContributionAnalysisFactor extends Object implements Serializable, Cloneable, StructuredPojo
The definition for the ContributionAnalysisFactor
.
Constructor and Description |
---|
ContributionAnalysisFactor() |
Modifier and Type | Method and Description |
---|---|
ContributionAnalysisFactor |
clone() |
boolean |
equals(Object obj) |
String |
getFieldName()
The field name of the
ContributionAnalysisFactor . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFieldName(String fieldName)
The field name of the
ContributionAnalysisFactor . |
String |
toString()
Returns a string representation of this object.
|
ContributionAnalysisFactor |
withFieldName(String fieldName)
The field name of the
ContributionAnalysisFactor . |
public void setFieldName(String fieldName)
The field name of the ContributionAnalysisFactor
.
fieldName
- The field name of the ContributionAnalysisFactor
.public String getFieldName()
The field name of the ContributionAnalysisFactor
.
ContributionAnalysisFactor
.public ContributionAnalysisFactor withFieldName(String fieldName)
The field name of the ContributionAnalysisFactor
.
fieldName
- The field name of the ContributionAnalysisFactor
.public String toString()
toString
in class Object
Object.toString()
public ContributionAnalysisFactor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.