@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateRecommendationStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchUpdateRecommendationStatusRequest() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateRecommendationStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppArn()
Amazon Resource Name (ARN) of the Resilience Hub application.
|
List<UpdateRecommendationStatusRequestEntry> |
getRequestEntries()
Defines the list of operational recommendations that need to be included or excluded.
|
int |
hashCode() |
void |
setAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
void |
setRequestEntries(Collection<UpdateRecommendationStatusRequestEntry> requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateRecommendationStatusRequest |
withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
BatchUpdateRecommendationStatusRequest |
withRequestEntries(Collection<UpdateRecommendationStatusRequestEntry> requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
|
BatchUpdateRecommendationStatusRequest |
withRequestEntries(UpdateRecommendationStatusRequestEntry... requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public BatchUpdateRecommendationStatusRequest()
public void setAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
appArn
- Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public String getAppArn()
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
partition
:resiliencehub:region
:account
:app/app-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public BatchUpdateRecommendationStatusRequest withAppArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
appArn
- Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public List<UpdateRecommendationStatusRequestEntry> getRequestEntries()
Defines the list of operational recommendations that need to be included or excluded.
public void setRequestEntries(Collection<UpdateRecommendationStatusRequestEntry> requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
requestEntries
- Defines the list of operational recommendations that need to be included or excluded.public BatchUpdateRecommendationStatusRequest withRequestEntries(UpdateRecommendationStatusRequestEntry... requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
NOTE: This method appends the values to the existing list (if any). Use
setRequestEntries(java.util.Collection)
or withRequestEntries(java.util.Collection)
if you want
to override the existing values.
requestEntries
- Defines the list of operational recommendations that need to be included or excluded.public BatchUpdateRecommendationStatusRequest withRequestEntries(Collection<UpdateRecommendationStatusRequestEntry> requestEntries)
Defines the list of operational recommendations that need to be included or excluded.
requestEntries
- Defines the list of operational recommendations that need to be included or excluded.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateRecommendationStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()