@Generated(value="software.amazon.awssdk:codegen") public final class GetNetworkResourcesRequest extends NetworkManagerRequest implements ToCopyableBuilder<GetNetworkResourcesRequest.Builder,GetNetworkResourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetNetworkResourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID.
|
String |
awsRegion()
The Amazon Web Services Region.
|
static GetNetworkResourcesRequest.Builder |
builder() |
String |
coreNetworkId()
The ID of a core network.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalNetworkId()
The ID of the global network.
|
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
The token for the next page of results.
|
String |
registeredGatewayArn()
The ARN of the gateway.
|
String |
resourceArn()
The ARN of the resource.
|
String |
resourceType()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetNetworkResourcesRequest.Builder> |
serializableBuilderClass() |
GetNetworkResourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String globalNetworkId()
The ID of the global network.
public final String coreNetworkId()
The ID of a core network.
public final String registeredGatewayArn()
The ARN of the gateway.
public final String awsRegion()
The Amazon Web Services Region.
public final String accountId()
The Amazon Web Services account ID.
public final String resourceType()
The resource type.
The following are the supported resource types for Direct Connect:
dxcon - The definition model is Connection.
dx-gateway - The definition model is DirectConnectGateway.
dx-vif - The definition model is VirtualInterface.
The following are the supported resource types for Network Manager:
connection - The definition model is Connection.
device - The definition model is Device.
link - The definition model is Link.
site - The definition model is Site.
The following are the supported resource types for Amazon VPC:
customer-gateway - The definition model is CustomerGateway.
transit-gateway - The definition model is TransitGateway.
transit-gateway-attachment - The definition model is TransitGatewayAttachment.
transit-gateway-connect-peer - The definition model is TransitGatewayConnectPeer.
transit-gateway-route-table - The definition model is TransitGatewayRouteTable.
vpn-connection - The definition model is VpnConnection.
The following are the supported resource types for Direct Connect:
dxcon - The definition model is Connection.
dx-gateway - The definition model is DirectConnectGateway.
dx-vif - The definition model is VirtualInterface.
The following are the supported resource types for Network Manager:
connection - The definition model is Connection.
device - The definition model is Device.
link - The definition model is Link.
site - The definition model is Site.
The following are the supported resource types for Amazon VPC:
customer-gateway - The definition model is CustomerGateway.
transit-gateway - The definition model is TransitGateway.
transit-gateway-attachment - The definition model is TransitGatewayAttachment.
transit-gateway-connect-peer - The definition model is TransitGatewayConnectPeer.
transit-gateway-route-table - The definition model is TransitGatewayRouteTable.
vpn-connection - The definition model is VpnConnection.
public final String resourceArn()
The ARN of the resource.
public final Integer maxResults()
The maximum number of results to return.
public final String nextToken()
The token for the next page of results.
public GetNetworkResourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetNetworkResourcesRequest.Builder,GetNetworkResourcesRequest>toBuilder in class NetworkManagerRequestpublic static GetNetworkResourcesRequest.Builder builder()
public static Class<? extends GetNetworkResourcesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.