@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistrationDeniedReasonInformation extends Object implements Serializable, Cloneable, StructuredPojo
Provides the reason a registration was rejected.
| Constructor and Description |
|---|
RegistrationDeniedReasonInformation() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationDeniedReasonInformation |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentationLink()
The link to the document.
|
String |
getDocumentationTitle()
The title of the document.
|
String |
getLongDescription()
A long description of the rejection reason.
|
String |
getReason()
The reason a registration was rejected.
|
String |
getShortDescription()
A short description of the rejection reason.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDocumentationLink(String documentationLink)
The link to the document.
|
void |
setDocumentationTitle(String documentationTitle)
The title of the document.
|
void |
setLongDescription(String longDescription)
A long description of the rejection reason.
|
void |
setReason(String reason)
The reason a registration was rejected.
|
void |
setShortDescription(String shortDescription)
A short description of the rejection reason.
|
String |
toString()
Returns a string representation of this object.
|
RegistrationDeniedReasonInformation |
withDocumentationLink(String documentationLink)
The link to the document.
|
RegistrationDeniedReasonInformation |
withDocumentationTitle(String documentationTitle)
The title of the document.
|
RegistrationDeniedReasonInformation |
withLongDescription(String longDescription)
A long description of the rejection reason.
|
RegistrationDeniedReasonInformation |
withReason(String reason)
The reason a registration was rejected.
|
RegistrationDeniedReasonInformation |
withShortDescription(String shortDescription)
A short description of the rejection reason.
|
public void setReason(String reason)
The reason a registration was rejected.
reason - The reason a registration was rejected.public String getReason()
The reason a registration was rejected.
public RegistrationDeniedReasonInformation withReason(String reason)
The reason a registration was rejected.
reason - The reason a registration was rejected.public void setShortDescription(String shortDescription)
A short description of the rejection reason.
shortDescription - A short description of the rejection reason.public String getShortDescription()
A short description of the rejection reason.
public RegistrationDeniedReasonInformation withShortDescription(String shortDescription)
A short description of the rejection reason.
shortDescription - A short description of the rejection reason.public void setLongDescription(String longDescription)
A long description of the rejection reason.
longDescription - A long description of the rejection reason.public String getLongDescription()
A long description of the rejection reason.
public RegistrationDeniedReasonInformation withLongDescription(String longDescription)
A long description of the rejection reason.
longDescription - A long description of the rejection reason.public void setDocumentationTitle(String documentationTitle)
The title of the document.
documentationTitle - The title of the document.public String getDocumentationTitle()
The title of the document.
public RegistrationDeniedReasonInformation withDocumentationTitle(String documentationTitle)
The title of the document.
documentationTitle - The title of the document.public void setDocumentationLink(String documentationLink)
The link to the document.
documentationLink - The link to the document.public String getDocumentationLink()
The link to the document.
public RegistrationDeniedReasonInformation withDocumentationLink(String documentationLink)
The link to the document.
documentationLink - The link to the document.public String toString()
toString in class ObjectObject.toString()public RegistrationDeniedReasonInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.