@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubDomainSetting extends Object implements Serializable, Cloneable, StructuredPojo
Setting for the Subdomain.
Constructor and Description |
---|
SubDomainSetting() |
Modifier and Type | Method and Description |
---|---|
SubDomainSetting |
clone() |
boolean |
equals(Object obj) |
String |
getBranchName()
Branch name setting for the Subdomain.
|
String |
getPrefix()
Prefix setting for the Subdomain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBranchName(String branchName)
Branch name setting for the Subdomain.
|
void |
setPrefix(String prefix)
Prefix setting for the Subdomain.
|
String |
toString()
Returns a string representation of this object.
|
SubDomainSetting |
withBranchName(String branchName)
Branch name setting for the Subdomain.
|
SubDomainSetting |
withPrefix(String prefix)
Prefix setting for the Subdomain.
|
public void setPrefix(String prefix)
Prefix setting for the Subdomain.
prefix
- Prefix setting for the Subdomain.public String getPrefix()
Prefix setting for the Subdomain.
public SubDomainSetting withPrefix(String prefix)
Prefix setting for the Subdomain.
prefix
- Prefix setting for the Subdomain.public void setBranchName(String branchName)
Branch name setting for the Subdomain.
branchName
- Branch name setting for the Subdomain.public String getBranchName()
Branch name setting for the Subdomain.
public SubDomainSetting withBranchName(String branchName)
Branch name setting for the Subdomain.
branchName
- Branch name setting for the Subdomain.public String toString()
toString
in class Object
Object.toString()
public SubDomainSetting 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.