@Stability(value=Experimental) @Internal public static final class AmiContextQuery.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AmiContextQuery
AmiContextQuerysoftware.amazon.jsii.JsiiObject.InitializationModeAmiContextQuery.Builder, AmiContextQuery.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,
Map<String,? extends List<String>> filters,
String region,
String lookupRoleArn,
List<String> owners)
Constructor that initializes the object based on literal property values passed by the
AmiContextQuery.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccount()
(experimental) Account to query.
|
Map<String,List<String>> |
getFilters()
(experimental) Filters to DescribeImages call.
|
String |
getLookupRoleArn()
(experimental) The ARN of the role that should be used to look up the missing values.
|
List<String> |
getOwners()
(experimental) Owners to DescribeImages call.
|
String |
getRegion()
(experimental) Region to query.
|
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.public final String getAccount()
AmiContextQuerygetAccount in interface AmiContextQuerypublic final Map<String,List<String>> getFilters()
AmiContextQuerygetFilters in interface AmiContextQuerypublic final String getRegion()
AmiContextQuerygetRegion in interface AmiContextQuerypublic final String getLookupRoleArn()
AmiContextQueryDefault: - None
getLookupRoleArn in interface AmiContextQuerypublic final List<String> getOwners()
AmiContextQueryDefault: - All owners
getOwners in interface AmiContextQuery@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.