@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SMBLocalGroups extends Object implements Serializable, Cloneable, StructuredPojo
A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
Constructor and Description |
---|
SMBLocalGroups() |
Modifier and Type | Method and Description |
---|---|
SMBLocalGroups |
clone() |
boolean |
equals(Object obj) |
List<String> |
getGatewayAdmins()
A list of Active Directory users and groups that have local Gateway Admin permissions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGatewayAdmins(Collection<String> gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions.
|
String |
toString()
Returns a string representation of this object.
|
SMBLocalGroups |
withGatewayAdmins(Collection<String> gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions.
|
SMBLocalGroups |
withGatewayAdmins(String... gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions.
|
public List<String> getGatewayAdmins()
A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats
include: DOMAIN\User1
, user1
, DOMAIN\group1
, and group1
.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
DOMAIN\User1
, user1
, DOMAIN\group1
, and
group1
.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
public void setGatewayAdmins(Collection<String> gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats
include: DOMAIN\User1
, user1
, DOMAIN\group1
, and group1
.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
gatewayAdmins
- A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats
include: DOMAIN\User1
, user1
, DOMAIN\group1
, and
group1
.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
public SMBLocalGroups withGatewayAdmins(String... gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats
include: DOMAIN\User1
, user1
, DOMAIN\group1
, and group1
.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
NOTE: This method appends the values to the existing list (if any). Use
setGatewayAdmins(java.util.Collection)
or withGatewayAdmins(java.util.Collection)
if you want
to override the existing values.
gatewayAdmins
- A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats
include: DOMAIN\User1
, user1
, DOMAIN\group1
, and
group1
.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
public SMBLocalGroups withGatewayAdmins(Collection<String> gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats
include: DOMAIN\User1
, user1
, DOMAIN\group1
, and group1
.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
gatewayAdmins
- A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats
include: DOMAIN\User1
, user1
, DOMAIN\group1
, and
group1
.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
public String toString()
toString
in class Object
Object.toString()
public SMBLocalGroups clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.