@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOutpostResolverResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetOutpostResolverResult() |
| Modifier and Type | Method and Description |
|---|---|
GetOutpostResolverResult |
clone() |
boolean |
equals(Object obj) |
OutpostResolver |
getOutpostResolver()
Information about the
GetOutpostResolver request, including the status of the request. |
int |
hashCode() |
void |
setOutpostResolver(OutpostResolver outpostResolver)
Information about the
GetOutpostResolver request, including the status of the request. |
String |
toString()
Returns a string representation of this object.
|
GetOutpostResolverResult |
withOutpostResolver(OutpostResolver outpostResolver)
Information about the
GetOutpostResolver request, including the status of the request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOutpostResolver(OutpostResolver outpostResolver)
Information about the GetOutpostResolver request, including the status of the request.
outpostResolver - Information about the GetOutpostResolver request, including the status of the request.public OutpostResolver getOutpostResolver()
Information about the GetOutpostResolver request, including the status of the request.
GetOutpostResolver request, including the status of the request.public GetOutpostResolverResult withOutpostResolver(OutpostResolver outpostResolver)
Information about the GetOutpostResolver request, including the status of the request.
outpostResolver - Information about the GetOutpostResolver request, including the status of the request.public String toString()
toString in class ObjectObject.toString()public GetOutpostResolverResult clone()