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