Package org.jclouds.chef.domain
Class Role
- java.lang.Object
-
- org.jclouds.chef.domain.Role
-
public class Role extends Object
Role object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRole.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Role.Builderbuilder()booleanequals(Object obj)Map<String,JsonBall>getDefaultAttributes()StringgetDescription()Map<String,List<String>>getEnvRunList()StringgetName()Map<String,JsonBall>getOverrideAttributes()List<String>getRunList()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Role
@ConstructorProperties({"name","description","default_attributes","run_list","override_attributes","env_run_lists"}) protected Role(String name, String description, @Nullable Map<String,JsonBall> defaultAttributes, @Nullable List<String> runList, @Nullable Map<String,JsonBall> overrideAttributes, @Nullable Map<String,List<String>> envRunList)
-
-
Method Detail
-
builder
public static Role.Builder builder()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
-