@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceIdentifier()
The identifier for the resource that Amazon Web Services shifts traffic for.
|
int |
hashCode() |
void |
setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that Amazon Web Services shifts traffic for.
|
String |
toString()
Returns a string representation of this object.
|
GetManagedResourceRequest |
withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that Amazon Web Services shifts traffic for.
|
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, withSdkRequestTimeoutpublic void setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.
At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
resourceIdentifier - The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon
Resource Name (ARN) for the resource.
At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
public String getResourceIdentifier()
The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.
At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
public GetManagedResourceRequest withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.
At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
resourceIdentifier - The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon
Resource Name (ARN) for the resource.
At this time, supported resources are 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()