@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistrationSectionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Provides information on the specified section definition.
| Constructor and Description |
|---|
RegistrationSectionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationSectionDefinition |
clone() |
boolean |
equals(Object obj) |
RegistrationSectionDisplayHints |
getDisplayHints()
The path to the section of the registration.
|
String |
getSectionPath()
The path to the section of the registration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDisplayHints(RegistrationSectionDisplayHints displayHints)
The path to the section of the registration.
|
void |
setSectionPath(String sectionPath)
The path to the section of the registration.
|
String |
toString()
Returns a string representation of this object.
|
RegistrationSectionDefinition |
withDisplayHints(RegistrationSectionDisplayHints displayHints)
The path to the section of the registration.
|
RegistrationSectionDefinition |
withSectionPath(String sectionPath)
The path to the section of the registration.
|
public void setSectionPath(String sectionPath)
The path to the section of the registration.
sectionPath - The path to the section of the registration.public String getSectionPath()
The path to the section of the registration.
public RegistrationSectionDefinition withSectionPath(String sectionPath)
The path to the section of the registration.
sectionPath - The path to the section of the registration.public void setDisplayHints(RegistrationSectionDisplayHints displayHints)
The path to the section of the registration.
displayHints - The path to the section of the registration.public RegistrationSectionDisplayHints getDisplayHints()
The path to the section of the registration.
public RegistrationSectionDefinition withDisplayHints(RegistrationSectionDisplayHints displayHints)
The path to the section of the registration.
displayHints - The path to the section of the registration.public String toString()
toString in class ObjectObject.toString()public RegistrationSectionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.