@Stability(value=Experimental) @Internal public static final class LoadBalancerContextQuery.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoadBalancerContextQuery
LoadBalancerContextQuerysoftware.amazon.jsii.JsiiObject.InitializationModeLoadBalancerContextQuery.Builder, LoadBalancerContextQuery.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String account,
String region,
String lookupRoleArn,
LoadBalancerType loadBalancerType,
String loadBalancerArn,
List<? extends Tag> loadBalancerTags)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerContextQuery.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccount()
(experimental) Query account.
|
String |
getLoadBalancerArn()
(experimental) Find by load balancer's ARN.
|
List<Tag> |
getLoadBalancerTags()
(experimental) Match load balancer tags.
|
LoadBalancerType |
getLoadBalancerType()
(experimental) Filter load balancers by their type.
|
String |
getLookupRoleArn()
(experimental) The ARN of the role that should be used to look up the missing values.
|
String |
getRegion()
(experimental) Query region.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String account, String region, String lookupRoleArn, LoadBalancerType loadBalancerType, String loadBalancerArn, List<? extends Tag> loadBalancerTags)
LoadBalancerContextQuery.Builder.public final String getAccount()
LoadBalancerContextQuerygetAccount in interface LoadBalancerContextQuerypublic final String getRegion()
LoadBalancerContextQuerygetRegion in interface LoadBalancerContextQuerypublic final String getLookupRoleArn()
LoadBalancerContextQueryDefault: - None
getLookupRoleArn in interface LoadBalancerContextQuerypublic final LoadBalancerType getLoadBalancerType()
LoadBalancerFiltergetLoadBalancerType in interface LoadBalancerFilterpublic final String getLoadBalancerArn()
LoadBalancerFilterDefault: - does not search by load balancer arn
getLoadBalancerArn in interface LoadBalancerFilterpublic final List<Tag> getLoadBalancerTags()
LoadBalancerFilterDefault: - does not match load balancers by tags
getLoadBalancerTags in interface LoadBalancerFilter@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.