@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserRequestItem extends Object implements Serializable, Cloneable, StructuredPojo
The user ID and user fields to update, used with the BatchUpdateUser action.
Constructor and Description |
---|
UpdateUserRequestItem() |
Modifier and Type | Method and Description |
---|---|
UpdateUserRequestItem |
clone() |
boolean |
equals(Object obj) |
AlexaForBusinessMetadata |
getAlexaForBusinessMetadata()
The Alexa for Business metadata.
|
String |
getLicenseType()
The user license type.
|
String |
getUserId()
The user ID.
|
String |
getUserType()
The user type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
|
void |
setLicenseType(String licenseType)
The user license type.
|
void |
setUserId(String userId)
The user ID.
|
void |
setUserType(String userType)
The user type.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserRequestItem |
withAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
|
UpdateUserRequestItem |
withLicenseType(License licenseType)
The user license type.
|
UpdateUserRequestItem |
withLicenseType(String licenseType)
The user license type.
|
UpdateUserRequestItem |
withUserId(String userId)
The user ID.
|
UpdateUserRequestItem |
withUserType(String userType)
The user type.
|
UpdateUserRequestItem |
withUserType(UserType userType)
The user type.
|
public void setUserId(String userId)
The user ID.
userId
- The user ID.public String getUserId()
The user ID.
public UpdateUserRequestItem withUserId(String userId)
The user ID.
userId
- The user ID.public void setLicenseType(String licenseType)
The user license type.
licenseType
- The user license type.License
public String getLicenseType()
The user license type.
License
public UpdateUserRequestItem withLicenseType(String licenseType)
The user license type.
licenseType
- The user license type.License
public UpdateUserRequestItem withLicenseType(License licenseType)
The user license type.
licenseType
- The user license type.License
public void setUserType(String userType)
The user type.
userType
- The user type.UserType
public UpdateUserRequestItem withUserType(String userType)
The user type.
userType
- The user type.UserType
public UpdateUserRequestItem withUserType(UserType userType)
The user type.
userType
- The user type.UserType
public void setAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
alexaForBusinessMetadata
- The Alexa for Business metadata.public AlexaForBusinessMetadata getAlexaForBusinessMetadata()
The Alexa for Business metadata.
public UpdateUserRequestItem withAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
alexaForBusinessMetadata
- The Alexa for Business metadata.public String toString()
toString
in class Object
Object.toString()
public UpdateUserRequestItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.