public class CreateSnapshotOptions extends Object implements org.jclouds.rest.MapBinder
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSnapshotOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static CreateSnapshotOptions |
NONE |
| Constructor and Description |
|---|
CreateSnapshotOptions() |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams) |
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Object toBind) |
CreateSnapshotOptions |
description(String description) |
boolean |
equals(Object object) |
CreateSnapshotOptions |
force() |
String |
getDescription() |
String |
getName() |
int |
hashCode() |
boolean |
isForce() |
CreateSnapshotOptions |
name(String name) |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
public static final CreateSnapshotOptions NONE
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Map<String,Object> postParams)
bindToRequest in interface org.jclouds.rest.MapBinderpublic <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object toBind)
bindToRequest in interface org.jclouds.rest.Binderprotected com.google.common.base.Objects.ToStringHelper string()
public CreateSnapshotOptions name(String name)
public CreateSnapshotOptions description(String description)
public CreateSnapshotOptions force()
public String getName()
public String getDescription()
public boolean isForce()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.