@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserProficiencyDisassociate extends Object implements Serializable, Cloneable, StructuredPojo
Information about proficiency to be disassociated from the user.
Constructor and Description |
---|
UserProficiencyDisassociate() |
Modifier and Type | Method and Description |
---|---|
UserProficiencyDisassociate |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of user's proficiency.
|
String |
getAttributeValue()
The value of user's proficiency.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttributeName(String attributeName)
The name of user's proficiency.
|
void |
setAttributeValue(String attributeValue)
The value of user's proficiency.
|
String |
toString()
Returns a string representation of this object.
|
UserProficiencyDisassociate |
withAttributeName(String attributeName)
The name of user's proficiency.
|
UserProficiencyDisassociate |
withAttributeValue(String attributeValue)
The value of user's proficiency.
|
public void setAttributeName(String attributeName)
The name of user's proficiency.
attributeName
- The name of user's proficiency.public String getAttributeName()
The name of user's proficiency.
public UserProficiencyDisassociate withAttributeName(String attributeName)
The name of user's proficiency.
attributeName
- The name of user's proficiency.public void setAttributeValue(String attributeValue)
The value of user's proficiency.
attributeValue
- The value of user's proficiency.public String getAttributeValue()
The value of user's proficiency.
public UserProficiencyDisassociate withAttributeValue(String attributeValue)
The value of user's proficiency.
attributeValue
- The value of user's proficiency.public String toString()
toString
in class Object
Object.toString()
public UserProficiencyDisassociate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.