public class GetHostnameSuggestionRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetHostnameSuggestion operation.
Gets a generated host name for the specified layer, based on the current host name theme.
| コンストラクタと説明 |
|---|
GetHostnameSuggestionRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLayerId()
The layer ID.
|
int |
hashCode() |
void |
setLayerId(java.lang.String layerId)
The layer ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetHostnameSuggestionRequest |
withLayerId(java.lang.String layerId)
The layer ID.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getLayerId()
public void setLayerId(java.lang.String layerId)
layerId - The layer ID.public GetHostnameSuggestionRequest withLayerId(java.lang.String layerId)
Returns a reference to this object so that method calls can be chained together.
layerId - The layer ID.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object