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 class
Role.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Role.Builder
builder()
boolean
equals(Object obj)
Map<String,JsonBall>
getDefaultAttributes()
String
getDescription()
Map<String,List<String>>
getEnvRunList()
String
getName()
Map<String,JsonBall>
getOverrideAttributes()
List<String>
getRunList()
int
hashCode()
String
toString()
-
-
-
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()
-
-