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