@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentFrameworkControlSet extends Object implements Serializable, Cloneable, StructuredPojo
A controlSet
entity that represents a collection of controls in Audit Manager. This doesn't contain the
control set ID.
Constructor and Description |
---|
UpdateAssessmentFrameworkControlSet() |
Modifier and Type | Method and Description |
---|---|
UpdateAssessmentFrameworkControlSet |
clone() |
boolean |
equals(Object obj) |
List<CreateAssessmentFrameworkControl> |
getControls()
The list of controls that are contained within the control set.
|
String |
getId()
The unique identifier for the control set.
|
String |
getName()
The name of the control set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setControls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls that are contained within the control set.
|
void |
setId(String id)
The unique identifier for the control set.
|
void |
setName(String name)
The name of the control set.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentFrameworkControlSet |
withControls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls that are contained within the control set.
|
UpdateAssessmentFrameworkControlSet |
withControls(CreateAssessmentFrameworkControl... controls)
The list of controls that are contained within the control set.
|
UpdateAssessmentFrameworkControlSet |
withId(String id)
The unique identifier for the control set.
|
UpdateAssessmentFrameworkControlSet |
withName(String name)
The name of the control set.
|
public void setId(String id)
The unique identifier for the control set.
id
- The unique identifier for the control set.public String getId()
The unique identifier for the control set.
public UpdateAssessmentFrameworkControlSet withId(String id)
The unique identifier for the control set.
id
- The unique identifier for the control set.public void setName(String name)
The name of the control set.
name
- The name of the control set.public String getName()
The name of the control set.
public UpdateAssessmentFrameworkControlSet withName(String name)
The name of the control set.
name
- The name of the control set.public List<CreateAssessmentFrameworkControl> getControls()
The list of controls that are contained within the control set.
public void setControls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls that are contained within the control set.
controls
- The list of controls that are contained within the control set.public UpdateAssessmentFrameworkControlSet withControls(CreateAssessmentFrameworkControl... controls)
The list of controls that are contained within the control set.
NOTE: This method appends the values to the existing list (if any). Use
setControls(java.util.Collection)
or withControls(java.util.Collection)
if you want to override
the existing values.
controls
- The list of controls that are contained within the control set.public UpdateAssessmentFrameworkControlSet withControls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls that are contained within the control set.
controls
- The list of controls that are contained within the control set.public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentFrameworkControlSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.