public class ActionGroupPatchBody extends Object
Constructor and Description |
---|
ActionGroupPatchBody() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get indicates whether this action group is enabled.
|
Map<String,String> |
tags()
Get resource tags.
|
ActionGroupPatchBody |
withEnabled(Boolean enabled)
Set indicates whether this action group is enabled.
|
ActionGroupPatchBody |
withTags(Map<String,String> tags)
Set resource tags.
|
public ActionGroupPatchBody withTags(Map<String,String> tags)
tags
- the tags value to setpublic Boolean enabled()
public ActionGroupPatchBody withEnabled(Boolean enabled)
enabled
- the enabled value to setCopyright © 2019. All rights reserved.