@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetManagedResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetManagedResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetManagedResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceIdentifier()
The identifier for the resource to include in a zonal shift.
|
int |
hashCode() |
void |
setResourceIdentifier(String resourceIdentifier)
The identifier for the resource to include in a zonal shift.
|
String |
toString()
Returns a string representation of this object.
|
GetManagedResourceRequest |
withResourceIdentifier(String resourceIdentifier)
The identifier for the resource to include in a zonal shift.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setResourceIdentifier(String resourceIdentifier)
The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
resourceIdentifier - The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name
(ARN) for the resource.
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
public String getResourceIdentifier()
The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
public GetManagedResourceRequest withResourceIdentifier(String resourceIdentifier)
The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
resourceIdentifier - The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name
(ARN) for the resource.
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
public String toString()
toString in class ObjectObject.toString()public GetManagedResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.