@Generated(value="software.amazon.awssdk:codegen") public final class GetNetworkResourceRelationshipsRequest extends NetworkManagerRequest implements ToCopyableBuilder<GetNetworkResourceRelationshipsRequest.Builder,GetNetworkResourceRelationshipsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetNetworkResourceRelationshipsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID.
|
String |
awsRegion()
The Amazon Web Services Region.
|
static GetNetworkResourceRelationshipsRequest.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 registered gateway.
|
String |
resourceArn()
The ARN of the gateway.
|
String |
resourceType()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetNetworkResourceRelationshipsRequest.Builder> |
serializableBuilderClass() |
GetNetworkResourceRelationshipsRequest.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 registered 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
dx-gateway
dx-vif
The following are the supported resource types for Network Manager:
connection
device
link
site
The following are the supported resource types for Amazon VPC:
customer-gateway
transit-gateway
transit-gateway-attachment
transit-gateway-connect-peer
transit-gateway-route-table
vpn-connection
The following are the supported resource types for Direct Connect:
dxcon
dx-gateway
dx-vif
The following are the supported resource types for Network Manager:
connection
device
link
site
The following are the supported resource types for Amazon VPC:
customer-gateway
transit-gateway
transit-gateway-attachment
transit-gateway-connect-peer
transit-gateway-route-table
vpn-connection
public final String resourceArn()
The ARN of the gateway.
public final Integer maxResults()
The maximum number of results to return.
public final String nextToken()
The token for the next page of results.
public GetNetworkResourceRelationshipsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetNetworkResourceRelationshipsRequest.Builder,GetNetworkResourceRelationshipsRequest>toBuilder in class NetworkManagerRequestpublic static GetNetworkResourceRelationshipsRequest.Builder builder()
public static Class<? extends GetNetworkResourceRelationshipsRequest.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 © 2022. All rights reserved.