@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: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
sMBSecurityStrategy - The type of security strategy that was specified for file gateway.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
SMBSecurityStrategypublic String getSMBSecurityStrategy()
The type of security strategy that was specified for file gateway.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
SMBSecurityStrategypublic DescribeSMBSettingsResult withSMBSecurityStrategy(String sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
sMBSecurityStrategy - The type of security strategy that was specified for file gateway.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
SMBSecurityStrategypublic DescribeSMBSettingsResult withSMBSecurityStrategy(SMBSecurityStrategy sMBSecurityStrategy)
The type of security strategy that was specified for file gateway.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
sMBSecurityStrategy - The type of security strategy that was specified for file gateway.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
SMBSecurityStrategypublic String toString()
toString in class ObjectObject.toString()public DescribeSMBSettingsResult clone()
Copyright © 2019. All rights reserved.