@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkTelemetryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetNetworkTelemetryRequest() |
Modifier and Type | Method and Description |
---|---|
GetNetworkTelemetryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID.
|
String |
getAwsRegion()
The Amazon Web Services Region.
|
String |
getCoreNetworkId()
The ID of a core network.
|
String |
getGlobalNetworkId()
The ID of the global network.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next page of results.
|
String |
getRegisteredGatewayArn()
The ARN of the gateway.
|
String |
getResourceArn()
The ARN of the resource.
|
String |
getResourceType()
The resource type.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID.
|
void |
setAwsRegion(String awsRegion)
The Amazon Web Services Region.
|
void |
setCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setRegisteredGatewayArn(String registeredGatewayArn)
The ARN of the gateway.
|
void |
setResourceArn(String resourceArn)
The ARN of the resource.
|
void |
setResourceType(String resourceType)
The resource type.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkTelemetryRequest |
withAccountId(String accountId)
The Amazon Web Services account ID.
|
GetNetworkTelemetryRequest |
withAwsRegion(String awsRegion)
The Amazon Web Services Region.
|
GetNetworkTelemetryRequest |
withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
GetNetworkTelemetryRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetNetworkTelemetryRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetNetworkTelemetryRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
GetNetworkTelemetryRequest |
withRegisteredGatewayArn(String registeredGatewayArn)
The ARN of the gateway.
|
GetNetworkTelemetryRequest |
withResourceArn(String resourceArn)
The ARN of the resource.
|
GetNetworkTelemetryRequest |
withResourceType(String resourceType)
The resource type.
|
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, withSdkRequestTimeout
public void setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public String getGlobalNetworkId()
The ID of the global network.
public GetNetworkTelemetryRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId
- The ID of a core network.public String getCoreNetworkId()
The ID of a core network.
public GetNetworkTelemetryRequest withCoreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId
- The ID of a core network.public void setRegisteredGatewayArn(String registeredGatewayArn)
The ARN of the gateway.
registeredGatewayArn
- The ARN of the gateway.public String getRegisteredGatewayArn()
The ARN of the gateway.
public GetNetworkTelemetryRequest withRegisteredGatewayArn(String registeredGatewayArn)
The ARN of the gateway.
registeredGatewayArn
- The ARN of the gateway.public void setAwsRegion(String awsRegion)
The Amazon Web Services Region.
awsRegion
- The Amazon Web Services Region.public String getAwsRegion()
The Amazon Web Services Region.
public GetNetworkTelemetryRequest withAwsRegion(String awsRegion)
The Amazon Web Services Region.
awsRegion
- The Amazon Web Services Region.public void setAccountId(String accountId)
The Amazon Web Services account ID.
accountId
- The Amazon Web Services account ID.public String getAccountId()
The Amazon Web Services account ID.
public GetNetworkTelemetryRequest withAccountId(String accountId)
The Amazon Web Services account ID.
accountId
- The Amazon Web Services account ID.public void setResourceType(String resourceType)
The resource type. The following are the supported resource types:
connect-peer
transit-gateway-connect-peer
vpn-connection
resourceType
- The resource type. The following are the supported resource types:
connect-peer
transit-gateway-connect-peer
vpn-connection
public String getResourceType()
The resource type. The following are the supported resource types:
connect-peer
transit-gateway-connect-peer
vpn-connection
connect-peer
transit-gateway-connect-peer
vpn-connection
public GetNetworkTelemetryRequest withResourceType(String resourceType)
The resource type. The following are the supported resource types:
connect-peer
transit-gateway-connect-peer
vpn-connection
resourceType
- The resource type. The following are the supported resource types:
connect-peer
transit-gateway-connect-peer
vpn-connection
public void setResourceArn(String resourceArn)
The ARN of the resource.
resourceArn
- The ARN of the resource.public String getResourceArn()
The ARN of the resource.
public GetNetworkTelemetryRequest withResourceArn(String resourceArn)
The ARN of the resource.
resourceArn
- The ARN of the resource.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public GetNetworkTelemetryRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public GetNetworkTelemetryRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public GetNetworkTelemetryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()