@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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 String toString()
toString
in class Object
Object.toString()
public DescribeSMBSettingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.