Lines Matching defs:GetTransitGatewayConnectPeerAssociationsInput

2763 …) GetTransitGatewayConnectPeerAssociationsRequest(input *GetTransitGatewayConnectPeerAssociationsI…
2818 …Manager) GetTransitGatewayConnectPeerAssociations(input *GetTransitGatewayConnectPeerAssociationsI…
2832 …nnectPeerAssociationsWithContext(ctx aws.Context, input *GetTransitGatewayConnectPeerAssociationsI…
2856 …er) GetTransitGatewayConnectPeerAssociationsPages(input *GetTransitGatewayConnectPeerAssociationsI…
2867 …PeerAssociationsPagesWithContext(ctx aws.Context, input *GetTransitGatewayConnectPeerAssociationsI…
6771 type GetTransitGatewayConnectPeerAssociationsInput struct { struct
6772 _ struct{} `type:"structure"`
6777 …obalNetworkId *string `location:"uri" locationName:"globalNetworkId" type:"string" required:"true"`
6780 MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`
6783 NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
6786 …eerArns []*string `location:"querystring" locationName:"transitGatewayConnectPeerArns" type:"list"`
6790 func (s GetTransitGatewayConnectPeerAssociationsInput) String() string {
6795 func (s GetTransitGatewayConnectPeerAssociationsInput) GoString() string {
6800 func (s *GetTransitGatewayConnectPeerAssociationsInput) Validate() error {
6819 …eerAssociationsInput) SetGlobalNetworkId(v string) *GetTransitGatewayConnectPeerAssociationsInput {
6825 …nnectPeerAssociationsInput) SetMaxResults(v int64) *GetTransitGatewayConnectPeerAssociationsInput {
6831 …nnectPeerAssociationsInput) SetNextToken(v string) *GetTransitGatewayConnectPeerAssociationsInput {
6837 …put) SetTransitGatewayConnectPeerArns(v []*string) *GetTransitGatewayConnectPeerAssociationsInput {