@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSMBSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeSMBSettingsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSMBSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain that the gateway is joined to.
|
String |
getGatewayARN() |
Boolean |
getSMBGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
String |
getSMBSecurityStrategy()
The type of security strategy that was specified for file gateway.
|
int |
hashCode() |
Boolean |
isSMBGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
void |
setDomainName(String domainName)
The name of the domain that the gateway is joined to.
|
void |
setGatewayARN(String gatewayARN) |
void |
setSMBGuestPasswordSet(Boolean sMBGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
void |
setSMBSecurityStrategy(String sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSMBSettingsResult |
withDomainName(String domainName)
The name of the domain that the gateway is joined to.
|
DescribeSMBSettingsResult |
withGatewayARN(String gatewayARN) |
DescribeSMBSettingsResult |
withSMBGuestPasswordSet(Boolean sMBGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
|
DescribeSMBSettingsResult |
withSMBSecurityStrategy(SMBSecurityStrategy sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
|
DescribeSMBSettingsResult |
withSMBSecurityStrategy(String sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGatewayARN(String gatewayARN)
gatewayARN - public String getGatewayARN()
public DescribeSMBSettingsResult withGatewayARN(String gatewayARN)
gatewayARN - public void setDomainName(String domainName)
The name of the domain that the gateway is joined to.
domainName - The name of the domain that the gateway is joined to.public String getDomainName()
The name of the domain that the gateway is joined to.
public DescribeSMBSettingsResult withDomainName(String domainName)
The name of the domain that the gateway is joined to.
domainName - The name of the domain that the gateway is joined to.public void setSMBGuestPasswordSet(Boolean sMBGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
sMBGuestPasswordSet - This value is true if a password for the guest user “smbguest” is set, and otherwise false.public Boolean getSMBGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
public DescribeSMBSettingsResult withSMBGuestPasswordSet(Boolean sMBGuestPasswordSet)
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
sMBGuestPasswordSet - This value is true if a password for the guest user “smbguest” is set, and otherwise false.public Boolean isSMBGuestPasswordSet()
This value is true if a password for the guest user “smbguest” is set, and otherwise false.
public void setSMBSecurityStrategy(String sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
sMBSecurityStrategy - The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
SMBSecurityStrategypublic String getSMBSecurityStrategy()
The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
SMBSecurityStrategypublic DescribeSMBSettingsResult withSMBSecurityStrategy(String sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
sMBSecurityStrategy - The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
SMBSecurityStrategypublic DescribeSMBSettingsResult withSMBSecurityStrategy(SMBSecurityStrategy sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
sMBSecurityStrategy - The type of security strategy that was specified for file gateway.
ClientSpecified: if you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment.
MandatorySigning: if you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer.
MandatoryEncryption: if you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
SMBSecurityStrategypublic String toString()
toString in class ObjectObject.toString()public DescribeSMBSettingsResult clone()
Copyright © 2019. All rights reserved.