@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Framework extends Object implements Serializable, Cloneable, StructuredPojo
The file that's used to structure and automate Audit Manager assessments for a given compliance standard.
Constructor and Description |
---|
Framework() |
Modifier and Type | Method and Description |
---|---|
Framework |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
Framework |
clearTagsEntries()
Removes all the entries added into Tags.
|
Framework |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the framework.
|
String |
getComplianceType()
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
List<ControlSet> |
getControlSets()
The control sets that are associated with the framework.
|
String |
getControlSources()
The sources that Audit Manager collects evidence from for the control.
|
Date |
getCreatedAt()
Specifies when the framework was created.
|
String |
getCreatedBy()
The IAM user or role that created the framework.
|
String |
getDescription()
The description of the framework.
|
String |
getId()
The unique identifier for the framework.
|
Date |
getLastUpdatedAt()
Specifies when the framework was most recently updated.
|
String |
getLastUpdatedBy()
The IAM user or role that most recently updated the framework.
|
String |
getLogo()
The logo that's associated with the framework.
|
String |
getName()
The name of the framework.
|
Map<String,String> |
getTags()
The tags that are associated with the framework.
|
String |
getType()
The framework type, such as a custom framework or a standard framework.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the framework.
|
void |
setComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
void |
setControlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
|
void |
setControlSources(String controlSources)
The sources that Audit Manager collects evidence from for the control.
|
void |
setCreatedAt(Date createdAt)
Specifies when the framework was created.
|
void |
setCreatedBy(String createdBy)
The IAM user or role that created the framework.
|
void |
setDescription(String description)
The description of the framework.
|
void |
setId(String id)
The unique identifier for the framework.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
Specifies when the framework was most recently updated.
|
void |
setLastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the framework.
|
void |
setLogo(String logo)
The logo that's associated with the framework.
|
void |
setName(String name)
The name of the framework.
|
void |
setTags(Map<String,String> tags)
The tags that are associated with the framework.
|
void |
setType(String type)
The framework type, such as a custom framework or a standard framework.
|
String |
toString()
Returns a string representation of this object.
|
Framework |
withArn(String arn)
The Amazon Resource Name (ARN) of the framework.
|
Framework |
withComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
Framework |
withControlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
|
Framework |
withControlSets(ControlSet... controlSets)
The control sets that are associated with the framework.
|
Framework |
withControlSources(String controlSources)
The sources that Audit Manager collects evidence from for the control.
|
Framework |
withCreatedAt(Date createdAt)
Specifies when the framework was created.
|
Framework |
withCreatedBy(String createdBy)
The IAM user or role that created the framework.
|
Framework |
withDescription(String description)
The description of the framework.
|
Framework |
withId(String id)
The unique identifier for the framework.
|
Framework |
withLastUpdatedAt(Date lastUpdatedAt)
Specifies when the framework was most recently updated.
|
Framework |
withLastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the framework.
|
Framework |
withLogo(String logo)
The logo that's associated with the framework.
|
Framework |
withName(String name)
The name of the framework.
|
Framework |
withTags(Map<String,String> tags)
The tags that are associated with the framework.
|
Framework |
withType(FrameworkType type)
The framework type, such as a custom framework or a standard framework.
|
Framework |
withType(String type)
The framework type, such as a custom framework or a standard framework.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the framework.
arn
- The Amazon Resource Name (ARN) of the framework.public String getArn()
The Amazon Resource Name (ARN) of the framework.
public Framework withArn(String arn)
The Amazon Resource Name (ARN) of the framework.
arn
- The Amazon Resource Name (ARN) of the framework.public void setId(String id)
The unique identifier for the framework.
id
- The unique identifier for the framework.public String getId()
The unique identifier for the framework.
public Framework withId(String id)
The unique identifier for the framework.
id
- The unique identifier for the framework.public void setName(String name)
The name of the framework.
name
- The name of the framework.public String getName()
The name of the framework.
public Framework withName(String name)
The name of the framework.
name
- The name of the framework.public void setType(String type)
The framework type, such as a custom framework or a standard framework.
type
- The framework type, such as a custom framework or a standard framework.FrameworkType
public String getType()
The framework type, such as a custom framework or a standard framework.
FrameworkType
public Framework withType(String type)
The framework type, such as a custom framework or a standard framework.
type
- The framework type, such as a custom framework or a standard framework.FrameworkType
public Framework withType(FrameworkType type)
The framework type, such as a custom framework or a standard framework.
type
- The framework type, such as a custom framework or a standard framework.FrameworkType
public void setComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
complianceType
- The compliance type that the new custom framework supports, such as CIS or HIPAA.public String getComplianceType()
The compliance type that the new custom framework supports, such as CIS or HIPAA.
public Framework withComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
complianceType
- The compliance type that the new custom framework supports, such as CIS or HIPAA.public void setDescription(String description)
The description of the framework.
description
- The description of the framework.public String getDescription()
The description of the framework.
public Framework withDescription(String description)
The description of the framework.
description
- The description of the framework.public void setLogo(String logo)
The logo that's associated with the framework.
logo
- The logo that's associated with the framework.public String getLogo()
The logo that's associated with the framework.
public Framework withLogo(String logo)
The logo that's associated with the framework.
logo
- The logo that's associated with the framework.public void setControlSources(String controlSources)
The sources that Audit Manager collects evidence from for the control.
controlSources
- The sources that Audit Manager collects evidence from for the control.public String getControlSources()
The sources that Audit Manager collects evidence from for the control.
public Framework withControlSources(String controlSources)
The sources that Audit Manager collects evidence from for the control.
controlSources
- The sources that Audit Manager collects evidence from for the control.public List<ControlSet> getControlSets()
The control sets that are associated with the framework.
public void setControlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
controlSets
- The control sets that are associated with the framework.public Framework withControlSets(ControlSet... controlSets)
The control sets that are associated with the framework.
NOTE: This method appends the values to the existing list (if any). Use
setControlSets(java.util.Collection)
or withControlSets(java.util.Collection)
if you want to
override the existing values.
controlSets
- The control sets that are associated with the framework.public Framework withControlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
controlSets
- The control sets that are associated with the framework.public void setCreatedAt(Date createdAt)
Specifies when the framework was created.
createdAt
- Specifies when the framework was created.public Date getCreatedAt()
Specifies when the framework was created.
public Framework withCreatedAt(Date createdAt)
Specifies when the framework was created.
createdAt
- Specifies when the framework was created.public void setLastUpdatedAt(Date lastUpdatedAt)
Specifies when the framework was most recently updated.
lastUpdatedAt
- Specifies when the framework was most recently updated.public Date getLastUpdatedAt()
Specifies when the framework was most recently updated.
public Framework withLastUpdatedAt(Date lastUpdatedAt)
Specifies when the framework was most recently updated.
lastUpdatedAt
- Specifies when the framework was most recently updated.public void setCreatedBy(String createdBy)
The IAM user or role that created the framework.
createdBy
- The IAM user or role that created the framework.public String getCreatedBy()
The IAM user or role that created the framework.
public Framework withCreatedBy(String createdBy)
The IAM user or role that created the framework.
createdBy
- The IAM user or role that created the framework.public void setLastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the framework.
lastUpdatedBy
- The IAM user or role that most recently updated the framework.public String getLastUpdatedBy()
The IAM user or role that most recently updated the framework.
public Framework withLastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the framework.
lastUpdatedBy
- The IAM user or role that most recently updated the framework.public Map<String,String> getTags()
The tags that are associated with the framework.
public void setTags(Map<String,String> tags)
The tags that are associated with the framework.
tags
- The tags that are associated with the framework.public Framework withTags(Map<String,String> tags)
The tags that are associated with the framework.
tags
- The tags that are associated with the framework.public Framework clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.