@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WindowsUser extends Object implements Serializable, Cloneable, StructuredPojo
The Windows user details.
Constructor and Description |
---|
WindowsUser() |
Modifier and Type | Method and Description |
---|---|
WindowsUser |
clone() |
boolean |
equals(Object obj) |
String |
getPasswordArn()
The password ARN for the Windows user.
|
String |
getUser()
The user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPasswordArn(String passwordArn)
The password ARN for the Windows user.
|
void |
setUser(String user)
The user.
|
String |
toString()
Returns a string representation of this object.
|
WindowsUser |
withPasswordArn(String passwordArn)
The password ARN for the Windows user.
|
WindowsUser |
withUser(String user)
The user.
|
public void setPasswordArn(String passwordArn)
The password ARN for the Windows user.
passwordArn
- The password ARN for the Windows user.public String getPasswordArn()
The password ARN for the Windows user.
public WindowsUser withPasswordArn(String passwordArn)
The password ARN for the Windows user.
passwordArn
- The password ARN for the Windows user.public void setUser(String user)
The user.
user
- The user.public String getUser()
The user.
public WindowsUser withUser(String user)
The user.
user
- The user.public String toString()
toString
in class Object
Object.toString()
public WindowsUser clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.