Modifier and Type | Class and Description |
---|---|
static class |
CreateHostedServiceOptions.Builder |
Constructor and Description |
---|
CreateHostedServiceOptions() |
Modifier and Type | Method and Description |
---|---|
CreateHostedServiceOptions |
clone() |
CreateHostedServiceOptions |
description(String description) |
boolean |
equals(Object obj) |
CreateHostedServiceOptions |
extendedProperties(Map<String,String> extendedProperties) |
com.google.common.base.Optional<String> |
getDescription()
A description for the hosted service.
|
com.google.common.base.Optional<Map<String,String>> |
getExtendedProperties()
Represents the name of an extended hosted service property.
|
int |
hashCode() |
String |
toString() |
public CreateHostedServiceOptions description(String description)
getDescription()
public CreateHostedServiceOptions extendedProperties(Map<String,String> extendedProperties)
getExtendedProperties()
public com.google.common.base.Optional<String> getDescription()
public com.google.common.base.Optional<Map<String,String>> getExtendedProperties()
public CreateHostedServiceOptions clone()
Copyright © 2009-2013 jclouds. All Rights Reserved.