@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAssessmentFrameworkControlSet 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 |
---|
CreateAssessmentFrameworkControlSet() |
Modifier and Type | Method and Description |
---|---|
CreateAssessmentFrameworkControlSet |
clone() |
boolean |
equals(Object obj) |
List<CreateAssessmentFrameworkControl> |
getControls()
The list of controls within 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 within the control set.
|
void |
setName(String name)
The name of the control set.
|
String |
toString()
Returns a string representation of this object.
|
CreateAssessmentFrameworkControlSet |
withControls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls within the control set.
|
CreateAssessmentFrameworkControlSet |
withControls(CreateAssessmentFrameworkControl... controls)
The list of controls within the control set.
|
CreateAssessmentFrameworkControlSet |
withName(String name)
The name of 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 CreateAssessmentFrameworkControlSet withName(String name)
The name of the control set.
name
- The name of the control set.public List<CreateAssessmentFrameworkControl> getControls()
The list of controls within the control set. This doesn't contain the control set ID.
public void setControls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls within the control set. This doesn't contain the control set ID.
controls
- The list of controls within the control set. This doesn't contain the control set ID.public CreateAssessmentFrameworkControlSet withControls(CreateAssessmentFrameworkControl... controls)
The list of controls within the control set. This doesn't contain the control set ID.
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 within the control set. This doesn't contain the control set ID.public CreateAssessmentFrameworkControlSet withControls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls within the control set. This doesn't contain the control set ID.
controls
- The list of controls within the control set. This doesn't contain the control set ID.public String toString()
toString
in class Object
Object.toString()
public CreateAssessmentFrameworkControlSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.