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