@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceAccountCredentials extends Object implements Serializable, Cloneable, StructuredPojo
The AccountName and AccountPassword of the service account, to be used by the streaming instance to connect to the directory.
Constructor and Description |
---|
ServiceAccountCredentials() |
Modifier and Type | Method and Description |
---|---|
ServiceAccountCredentials |
clone() |
boolean |
equals(Object obj) |
String |
getAccountName()
The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect to the
directory.
|
String |
getAccountPassword()
The password for the user account for directory actions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountName(String accountName)
The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect to the
directory.
|
void |
setAccountPassword(String accountPassword)
The password for the user account for directory actions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ServiceAccountCredentials |
withAccountName(String accountName)
The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect to the
directory.
|
ServiceAccountCredentials |
withAccountPassword(String accountPassword)
The password for the user account for directory actions.
|
public void setAccountName(String accountName)
The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect to the directory. This account must have the following privileges: create computer objects, join computers to the domain, change/reset the password on descendant computer objects for the organizational units specified.
accountName
- The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect
to the directory. This account must have the following privileges: create computer objects, join computers
to the domain, change/reset the password on descendant computer objects for the organizational units
specified.public String getAccountName()
The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect to the directory. This account must have the following privileges: create computer objects, join computers to the domain, change/reset the password on descendant computer objects for the organizational units specified.
public ServiceAccountCredentials withAccountName(String accountName)
The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect to the directory. This account must have the following privileges: create computer objects, join computers to the domain, change/reset the password on descendant computer objects for the organizational units specified.
accountName
- The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect
to the directory. This account must have the following privileges: create computer objects, join computers
to the domain, change/reset the password on descendant computer objects for the organizational units
specified.public void setAccountPassword(String accountPassword)
The password for the user account for directory actions.
accountPassword
- The password for the user account for directory actions.public String getAccountPassword()
The password for the user account for directory actions.
public ServiceAccountCredentials withAccountPassword(String accountPassword)
The password for the user account for directory actions.
accountPassword
- The password for the user account for directory actions.public String toString()
toString
in class Object
Object.toString()
public ServiceAccountCredentials clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.