@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFrameworkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFrameworkResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFrameworkResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that a framework is created, in ISO 8601 representation.
|
String |
getDeploymentStatus()
The deployment status of a framework.
|
String |
getFrameworkArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
List<FrameworkControl> |
getFrameworkControls()
A list of the controls that make up the framework.
|
String |
getFrameworkDescription()
An optional description of the framework.
|
String |
getFrameworkName()
The unique name of a framework.
|
String |
getFrameworkStatus()
A framework consists of one or more controls.
|
String |
getIdempotencyToken()
A customer-chosen string that you can use to distinguish between otherwise identical calls to
DescribeFrameworkOutput . |
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The date and time that a framework is created, in ISO 8601 representation.
|
void |
setDeploymentStatus(String deploymentStatus)
The deployment status of a framework.
|
void |
setFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
void |
setFrameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework.
|
void |
setFrameworkDescription(String frameworkDescription)
An optional description of the framework.
|
void |
setFrameworkName(String frameworkName)
The unique name of a framework.
|
void |
setFrameworkStatus(String frameworkStatus)
A framework consists of one or more controls.
|
void |
setIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
DescribeFrameworkOutput . |
String |
toString()
Returns a string representation of this object.
|
DescribeFrameworkResult |
withCreationTime(Date creationTime)
The date and time that a framework is created, in ISO 8601 representation.
|
DescribeFrameworkResult |
withDeploymentStatus(String deploymentStatus)
The deployment status of a framework.
|
DescribeFrameworkResult |
withFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
DescribeFrameworkResult |
withFrameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework.
|
DescribeFrameworkResult |
withFrameworkControls(FrameworkControl... frameworkControls)
A list of the controls that make up the framework.
|
DescribeFrameworkResult |
withFrameworkDescription(String frameworkDescription)
An optional description of the framework.
|
DescribeFrameworkResult |
withFrameworkName(String frameworkName)
The unique name of a framework.
|
DescribeFrameworkResult |
withFrameworkStatus(String frameworkStatus)
A framework consists of one or more controls.
|
DescribeFrameworkResult |
withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
DescribeFrameworkOutput . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFrameworkName(String frameworkName)
The unique name of a framework.
frameworkName
- The unique name of a framework.public String getFrameworkName()
The unique name of a framework.
public DescribeFrameworkResult withFrameworkName(String frameworkName)
The unique name of a framework.
frameworkName
- The unique name of a framework.public void setFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
frameworkArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
resource type.public String getFrameworkArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
public DescribeFrameworkResult withFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
frameworkArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
resource type.public void setFrameworkDescription(String frameworkDescription)
An optional description of the framework.
frameworkDescription
- An optional description of the framework.public String getFrameworkDescription()
An optional description of the framework.
public DescribeFrameworkResult withFrameworkDescription(String frameworkDescription)
An optional description of the framework.
frameworkDescription
- An optional description of the framework.public List<FrameworkControl> getFrameworkControls()
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
public void setFrameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
frameworkControls
- A list of the controls that make up the framework. Each control in the list has a name, input parameters,
and scope.public DescribeFrameworkResult withFrameworkControls(FrameworkControl... frameworkControls)
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
NOTE: This method appends the values to the existing list (if any). Use
setFrameworkControls(java.util.Collection)
or withFrameworkControls(java.util.Collection)
if
you want to override the existing values.
frameworkControls
- A list of the controls that make up the framework. Each control in the list has a name, input parameters,
and scope.public DescribeFrameworkResult withFrameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
frameworkControls
- A list of the controls that make up the framework. Each control in the list has a name, input parameters,
and scope.public void setCreationTime(Date creationTime)
The date and time that a framework is created, in ISO 8601 representation. The value of CreationTime
is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00 represents the 10th of July 2020 at 3:00
PM 8 hours behind UTC.
creationTime
- The date and time that a framework is created, in ISO 8601 representation. The value of
CreationTime
is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00
represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.public Date getCreationTime()
The date and time that a framework is created, in ISO 8601 representation. The value of CreationTime
is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00 represents the 10th of July 2020 at 3:00
PM 8 hours behind UTC.
CreationTime
is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00
represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.public DescribeFrameworkResult withCreationTime(Date creationTime)
The date and time that a framework is created, in ISO 8601 representation. The value of CreationTime
is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00 represents the 10th of July 2020 at 3:00
PM 8 hours behind UTC.
creationTime
- The date and time that a framework is created, in ISO 8601 representation. The value of
CreationTime
is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00
represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.public void setDeploymentStatus(String deploymentStatus)
The deployment status of a framework. The statuses are:
CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
deploymentStatus
- The deployment status of a framework. The statuses are:
CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
public String getDeploymentStatus()
The deployment status of a framework. The statuses are:
CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
public DescribeFrameworkResult withDeploymentStatus(String deploymentStatus)
The deployment status of a framework. The statuses are:
CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
deploymentStatus
- The deployment status of a framework. The statuses are:
CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
public void setFrameworkStatus(String frameworkStatus)
A framework consists of one or more controls. Each control governs a resource, such as backup plans, backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for each resource. The statuses are:
ACTIVE
when recording is turned on for all resources governed by the framework.
PARTIALLY_ACTIVE
when recording is turned off for at least one resource governed by the framework.
INACTIVE
when recording is turned off for all resources governed by the framework.
UNAVAILABLE
when Backup is unable to validate recording status at this time.
frameworkStatus
- A framework consists of one or more controls. Each control governs a resource, such as backup plans,
backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for
each resource. The statuses are:
ACTIVE
when recording is turned on for all resources governed by the framework.
PARTIALLY_ACTIVE
when recording is turned off for at least one resource governed by the
framework.
INACTIVE
when recording is turned off for all resources governed by the framework.
UNAVAILABLE
when Backup is unable to validate recording status at this time.
public String getFrameworkStatus()
A framework consists of one or more controls. Each control governs a resource, such as backup plans, backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for each resource. The statuses are:
ACTIVE
when recording is turned on for all resources governed by the framework.
PARTIALLY_ACTIVE
when recording is turned off for at least one resource governed by the framework.
INACTIVE
when recording is turned off for all resources governed by the framework.
UNAVAILABLE
when Backup is unable to validate recording status at this time.
ACTIVE
when recording is turned on for all resources governed by the framework.
PARTIALLY_ACTIVE
when recording is turned off for at least one resource governed by the
framework.
INACTIVE
when recording is turned off for all resources governed by the framework.
UNAVAILABLE
when Backup is unable to validate recording status at this time.
public DescribeFrameworkResult withFrameworkStatus(String frameworkStatus)
A framework consists of one or more controls. Each control governs a resource, such as backup plans, backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for each resource. The statuses are:
ACTIVE
when recording is turned on for all resources governed by the framework.
PARTIALLY_ACTIVE
when recording is turned off for at least one resource governed by the framework.
INACTIVE
when recording is turned off for all resources governed by the framework.
UNAVAILABLE
when Backup is unable to validate recording status at this time.
frameworkStatus
- A framework consists of one or more controls. Each control governs a resource, such as backup plans,
backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for
each resource. The statuses are:
ACTIVE
when recording is turned on for all resources governed by the framework.
PARTIALLY_ACTIVE
when recording is turned off for at least one resource governed by the
framework.
INACTIVE
when recording is turned off for all resources governed by the framework.
UNAVAILABLE
when Backup is unable to validate recording status at this time.
public void setIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
DescribeFrameworkOutput
. Retrying a successful request with the same idempotency token results in a
success message with no action taken.
idempotencyToken
- A customer-chosen string that you can use to distinguish between otherwise identical calls to
DescribeFrameworkOutput
. Retrying a successful request with the same idempotency token
results in a success message with no action taken.public String getIdempotencyToken()
A customer-chosen string that you can use to distinguish between otherwise identical calls to
DescribeFrameworkOutput
. Retrying a successful request with the same idempotency token results in a
success message with no action taken.
DescribeFrameworkOutput
. Retrying a successful request with the same idempotency token
results in a success message with no action taken.public DescribeFrameworkResult withIdempotencyToken(String idempotencyToken)
A customer-chosen string that you can use to distinguish between otherwise identical calls to
DescribeFrameworkOutput
. Retrying a successful request with the same idempotency token results in a
success message with no action taken.
idempotencyToken
- A customer-chosen string that you can use to distinguish between otherwise identical calls to
DescribeFrameworkOutput
. Retrying a successful request with the same idempotency token
results in a success message with no action taken.public String toString()
toString
in class Object
Object.toString()
public DescribeFrameworkResult clone()