All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.codestar-connections-2019-12-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for CodeStar connections module holds the client classes that are used for communicating with CodeStar connections.

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2019-12-01",
    "asyncBuilder" : "DefaultCodeStarConnectionsAsyncClientBuilder",
    "asyncBuilderInterface" : "CodeStarConnectionsAsyncClientBuilder",
    "asyncClient" : "DefaultCodeStarConnectionsAsyncClient",
    "asyncInterface" : "CodeStarConnectionsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultCodeStarConnectionsBaseClientBuilder",
    "baseBuilderInterface" : "CodeStarConnectionsBaseClientBuilder",
    "baseExceptionName" : "CodeStarConnectionsException",
    "baseRequestName" : "CodeStarConnectionsRequest",
    "baseResponseName" : "CodeStarConnectionsResponse",
    "cborProtocol" : false,
    "clientPackageName" : "codestarconnections",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "AWS CodeStar connections",
    "documentation" : "

This AWS CodeStar Connections API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Connections API. You can use the Connections API to work with connections and installations.

Connections are configurations that you use to connect AWS resources to external code repositories. Each connection is a resource that can be given to services such as CodePipeline to connect to a third-party repository such as Bitbucket. For example, you can add the connection in CodePipeline so that it triggers your pipeline when a code change is made to your third-party code repository. Each connection is named and associated with a unique ARN that is used to reference the connection.

When you create a connection, the console initiates a third-party connection handshake. Installations are the apps that are used to conduct this handshake. For example, the installation for the Bitbucket provider type is the Bitbucket Cloud app. When you create a connection, you can choose an existing installation or create one.

You can work with connections by calling:

  • CreateConnection, which creates a uniquely named connection that can be referenced by services such as CodePipeline.

  • DeleteConnection, which deletes the specified connection.

  • GetConnection, which returns information about the connection, including the connection status.

  • ListConnections, which lists the connections associated with your account.

For information about how to use AWS CodeStar Connections, see the AWS CodePipeline User Guide.

", "endpointPrefix" : "codestar-connections", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.codestarconnections", "fullModelPackageName" : "software.amazon.awssdk.services.codestarconnections.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.codestarconnections.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.codestarconnections.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.codestarconnections.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.0", "modelPackageName" : "codestarconnections.model", "paginatorsPackageName" : "codestarconnections.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "codestarconnections.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "CodeStar connections", "serviceName" : "CodeStarConnections", "signingName" : "codestar-connections", "syncBuilder" : "DefaultCodeStarConnectionsClientBuilder", "syncBuilderInterface" : "CodeStarConnectionsClientBuilder", "syncClient" : "DefaultCodeStarConnectionsClient", "syncInterface" : "CodeStarConnectionsClient", "transformPackageName" : "codestarconnections.transform", "uid" : "codestar-connections-2019-12-01", "xmlProtocol" : false }, "operations" : { "CreateConnection" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a connection that can then be given to other AWS services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

Exceeded the maximum limit for connections.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateConnectionRequest", "variableName" : "createConnectionRequest", "variableType" : "CreateConnectionRequest", "documentation" : "", "simpleType" : "CreateConnectionRequest", "variableSetterType" : "CreateConnectionRequest" }, "methodName" : "createConnection", "operationName" : "CreateConnection", "paginated" : false, "returnType" : { "returnType" : "CreateConnectionResponse", "documentation" : null }, "syncReturnType" : "CreateConnectionResponse" }, "DeleteConnection" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

The connection to be deleted.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Resource not found. Verify the connection resource ARN and try again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteConnectionRequest", "variableName" : "deleteConnectionRequest", "variableType" : "DeleteConnectionRequest", "documentation" : "", "simpleType" : "DeleteConnectionRequest", "variableSetterType" : "DeleteConnectionRequest" }, "methodName" : "deleteConnection", "operationName" : "DeleteConnection", "paginated" : false, "returnType" : { "returnType" : "DeleteConnectionResponse", "documentation" : null }, "syncReturnType" : "DeleteConnectionResponse" }, "GetConnection" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the connection ARN and details such as status, owner, and provider type.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Resource not found. Verify the connection resource ARN and try again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetConnectionRequest", "variableName" : "getConnectionRequest", "variableType" : "GetConnectionRequest", "documentation" : "", "simpleType" : "GetConnectionRequest", "variableSetterType" : "GetConnectionRequest" }, "methodName" : "getConnection", "operationName" : "GetConnection", "paginated" : false, "returnType" : { "returnType" : "GetConnectionResponse", "documentation" : null }, "syncReturnType" : "GetConnectionResponse" }, "ListConnections" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the connections associated with your account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListConnectionsRequest", "variableName" : "listConnectionsRequest", "variableType" : "ListConnectionsRequest", "documentation" : "", "simpleType" : "ListConnectionsRequest", "variableSetterType" : "ListConnectionsRequest" }, "methodName" : "listConnections", "operationName" : "ListConnections", "paginated" : true, "returnType" : { "returnType" : "ListConnectionsResponse", "documentation" : null }, "syncReturnType" : "ListConnectionsResponse" } }, "shapes" : { "Connection" : { "c2jName" : "Connection", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The configuration that allows a service such as CodePipeline to connect to a third-party code repository.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionName", "beanStyleSetterMethodName" : "setConnectionName", "c2jName" : "ConnectionName", "c2jShape" : "ConnectionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionName(String)}.\n@param connectionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@return The name of the connection. Connection names must be unique in an AWS user account.\n@deprecated Use {@link #connectionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionName(String)}\n", "documentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionName", "fluentSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionName", "getterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@return The name of the connection. Connection names must be unique in an AWS user account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionName", "sensitive" : false, "setterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.", "setterMethodName" : "setConnectionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeAsString", "beanStyleSetterMethodName" : "setProviderType", "c2jName" : "ProviderType", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeAsString(String)}.\n@param providerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerType(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderType", "fluentEnumGetterMethodName" : "providerType", "fluentEnumSetterMethodName" : "providerType", "fluentGetterMethodName" : "providerTypeAsString", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerType", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderType", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOwnerAccountId", "beanStyleSetterMethodName" : "setOwnerAccountId", "c2jName" : "OwnerAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ownerAccountId(String)}.\n@param ownerAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ownerAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@return The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@deprecated Use {@link #ownerAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ownerAccountId(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OwnerAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOwnerAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ownerAccountId", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ownerAccountId", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@return The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OwnerAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OwnerAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OwnerAccountId", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.", "setterMethodName" : "setOwnerAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ownerAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ownerAccountId", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionStatusAsString", "beanStyleSetterMethodName" : "setConnectionStatus", "c2jName" : "ConnectionStatus", "c2jShape" : "ConnectionStatus", "defaultConsumerFluentSetterDocumentation" : "

The current status of the connection.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionStatusAsString(String)}.\n@param connectionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current status of the connection.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #connectionStatus} will return {@link ConnectionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #connectionStatusAsString}.\n

\n@return The current status of the connection.\n@see ConnectionStatus\n@deprecated Use {@link #connectionStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionStatus\n@deprecated Use {@link #connectionStatus(String)}\n", "documentation" : "

The current status of the connection.

", "endpointDiscoveryId" : false, "enumType" : "ConnectionStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionStatus", "fluentEnumGetterMethodName" : "connectionStatus", "fluentEnumSetterMethodName" : "connectionStatus", "fluentGetterMethodName" : "connectionStatusAsString", "fluentSetterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionStatus", "fluentSetterMethodName" : "connectionStatus", "getterDocumentation" : "

The current status of the connection.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #connectionStatus} will return {@link ConnectionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #connectionStatusAsString}.\n

\n@return The current status of the connection.\n@see ConnectionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionStatus", "sensitive" : false, "setterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus", "setterMethodName" : "setConnectionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionStatus", "variableType" : "String", "documentation" : "

The current status of the connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConnectionArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ConnectionName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionName", "beanStyleSetterMethodName" : "setConnectionName", "c2jName" : "ConnectionName", "c2jShape" : "ConnectionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionName(String)}.\n@param connectionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@return The name of the connection. Connection names must be unique in an AWS user account.\n@deprecated Use {@link #connectionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionName(String)}\n", "documentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionName", "fluentSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionName", "getterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@return The name of the connection. Connection names must be unique in an AWS user account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionName", "sensitive" : false, "setterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.", "setterMethodName" : "setConnectionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ConnectionStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionStatusAsString", "beanStyleSetterMethodName" : "setConnectionStatus", "c2jName" : "ConnectionStatus", "c2jShape" : "ConnectionStatus", "defaultConsumerFluentSetterDocumentation" : "

The current status of the connection.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionStatusAsString(String)}.\n@param connectionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current status of the connection.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #connectionStatus} will return {@link ConnectionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #connectionStatusAsString}.\n

\n@return The current status of the connection.\n@see ConnectionStatus\n@deprecated Use {@link #connectionStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionStatus\n@deprecated Use {@link #connectionStatus(String)}\n", "documentation" : "

The current status of the connection.

", "endpointDiscoveryId" : false, "enumType" : "ConnectionStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionStatus", "fluentEnumGetterMethodName" : "connectionStatus", "fluentEnumSetterMethodName" : "connectionStatus", "fluentGetterMethodName" : "connectionStatusAsString", "fluentSetterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionStatus", "fluentSetterMethodName" : "connectionStatus", "getterDocumentation" : "

The current status of the connection.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #connectionStatus} will return {@link ConnectionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #connectionStatusAsString}.\n

\n@return The current status of the connection.\n@see ConnectionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionStatus", "sensitive" : false, "setterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus", "setterMethodName" : "setConnectionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionStatus", "variableType" : "String", "documentation" : "

The current status of the connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OwnerAccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOwnerAccountId", "beanStyleSetterMethodName" : "setOwnerAccountId", "c2jName" : "OwnerAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ownerAccountId(String)}.\n@param ownerAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ownerAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@return The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@deprecated Use {@link #ownerAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ownerAccountId(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OwnerAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOwnerAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ownerAccountId", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ownerAccountId", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@return The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OwnerAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OwnerAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OwnerAccountId", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.", "setterMethodName" : "setOwnerAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ownerAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ownerAccountId", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProviderType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeAsString", "beanStyleSetterMethodName" : "setProviderType", "c2jName" : "ProviderType", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeAsString(String)}.\n@param providerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerType(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderType", "fluentEnumGetterMethodName" : "providerType", "fluentEnumSetterMethodName" : "providerType", "fluentGetterMethodName" : "providerTypeAsString", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerType", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderType", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionName", "beanStyleSetterMethodName" : "setConnectionName", "c2jName" : "ConnectionName", "c2jShape" : "ConnectionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionName(String)}.\n@param connectionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@return The name of the connection. Connection names must be unique in an AWS user account.\n@deprecated Use {@link #connectionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionName(String)}\n", "documentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionName", "fluentSetterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionName", "getterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@return The name of the connection. Connection names must be unique in an AWS user account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionName", "sensitive" : false, "setterDocumentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

\n@param connectionName The name of the connection. Connection names must be unique in an AWS user account.", "setterMethodName" : "setConnectionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : "

The name of the connection. Connection names must be unique in an AWS user account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeAsString", "beanStyleSetterMethodName" : "setProviderType", "c2jName" : "ProviderType", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeAsString(String)}.\n@param providerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerType(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderType", "fluentEnumGetterMethodName" : "providerType", "fluentEnumSetterMethodName" : "providerType", "fluentGetterMethodName" : "providerTypeAsString", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerType", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderType", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOwnerAccountId", "beanStyleSetterMethodName" : "setOwnerAccountId", "c2jName" : "OwnerAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ownerAccountId(String)}.\n@param ownerAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ownerAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@return The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@deprecated Use {@link #ownerAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ownerAccountId(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OwnerAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOwnerAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ownerAccountId", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ownerAccountId", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@return The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OwnerAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OwnerAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OwnerAccountId", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

\n@param ownerAccountId The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.", "setterMethodName" : "setOwnerAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ownerAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ownerAccountId", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionStatusAsString", "beanStyleSetterMethodName" : "setConnectionStatus", "c2jName" : "ConnectionStatus", "c2jShape" : "ConnectionStatus", "defaultConsumerFluentSetterDocumentation" : "

The current status of the connection.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionStatusAsString(String)}.\n@param connectionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The current status of the connection.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #connectionStatus} will return {@link ConnectionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #connectionStatusAsString}.\n

\n@return The current status of the connection.\n@see ConnectionStatus\n@deprecated Use {@link #connectionStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionStatus\n@deprecated Use {@link #connectionStatus(String)}\n", "documentation" : "

The current status of the connection.

", "endpointDiscoveryId" : false, "enumType" : "ConnectionStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionStatus", "fluentEnumGetterMethodName" : "connectionStatus", "fluentEnumSetterMethodName" : "connectionStatus", "fluentGetterMethodName" : "connectionStatusAsString", "fluentSetterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionStatus", "fluentSetterMethodName" : "connectionStatus", "getterDocumentation" : "

The current status of the connection.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #connectionStatus} will return {@link ConnectionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #connectionStatusAsString}.\n

\n@return The current status of the connection.\n@see ConnectionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionStatus", "sensitive" : false, "setterDocumentation" : "

The current status of the connection.

\n@param connectionStatus The current status of the connection.\n@see ConnectionStatus", "setterMethodName" : "setConnectionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionStatus", "variableType" : "String", "documentation" : "

The current status of the connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Connection", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "wrapper" : false, "xmlNamespace" : null }, "ConnectionStatus" : { "c2jName" : "ConnectionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "ERROR", "value" : "ERROR" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConnectionStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConnectionStatus", "variableName" : "connectionStatus", "variableType" : "ConnectionStatus", "documentation" : null, "simpleType" : "ConnectionStatus", "variableSetterType" : "ConnectionStatus" }, "wrapper" : false, "xmlNamespace" : null }, "CreateConnectionRequest" : { "c2jName" : "CreateConnectionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateConnection", "locationName" : null, "requestUri" : "/", "target" : "com.amazonaws.codestar.connections.CodeStar_connections_20191201.CreateConnection", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeAsString", "beanStyleSetterMethodName" : "setProviderType", "c2jName" : "ProviderType", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeAsString(String)}.\n@param providerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerType(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderType", "fluentEnumGetterMethodName" : "providerType", "fluentEnumSetterMethodName" : "providerType", "fluentGetterMethodName" : "providerTypeAsString", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerType", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderType", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionName", "beanStyleSetterMethodName" : "setConnectionName", "c2jName" : "ConnectionName", "c2jShape" : "ConnectionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionName(String)}.\n@param connectionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@return The name of the connection to be created. The name must be unique in the calling AWS account.\n@deprecated Use {@link #connectionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionName(String)}\n", "documentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionName", "fluentSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionName", "getterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@return The name of the connection to be created. The name must be unique in the calling AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionName", "sensitive" : false, "setterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.", "setterMethodName" : "setConnectionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConnectionName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionName", "beanStyleSetterMethodName" : "setConnectionName", "c2jName" : "ConnectionName", "c2jShape" : "ConnectionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionName(String)}.\n@param connectionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@return The name of the connection to be created. The name must be unique in the calling AWS account.\n@deprecated Use {@link #connectionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionName(String)}\n", "documentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionName", "fluentSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionName", "getterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@return The name of the connection to be created. The name must be unique in the calling AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionName", "sensitive" : false, "setterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.", "setterMethodName" : "setConnectionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProviderType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeAsString", "beanStyleSetterMethodName" : "setProviderType", "c2jName" : "ProviderType", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeAsString(String)}.\n@param providerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerType(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderType", "fluentEnumGetterMethodName" : "providerType", "fluentEnumSetterMethodName" : "providerType", "fluentGetterMethodName" : "providerTypeAsString", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerType", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderType", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeAsString", "beanStyleSetterMethodName" : "setProviderType", "c2jName" : "ProviderType", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeAsString(String)}.\n@param providerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerType(String)}\n", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderType", "fluentEnumGetterMethodName" : "providerType", "fluentEnumSetterMethodName" : "providerType", "fluentGetterMethodName" : "providerTypeAsString", "fluentSetterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerType", "getterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerType} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeAsString}.\n

\n@return The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderType", "sensitive" : false, "setterDocumentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

\n@param providerType The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerType", "variableType" : "String", "documentation" : "

The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionName", "beanStyleSetterMethodName" : "setConnectionName", "c2jName" : "ConnectionName", "c2jShape" : "ConnectionName", "defaultConsumerFluentSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionName(String)}.\n@param connectionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@return The name of the connection to be created. The name must be unique in the calling AWS account.\n@deprecated Use {@link #connectionName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionName(String)}\n", "documentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionName", "fluentSetterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionName", "getterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@return The name of the connection to be created. The name must be unique in the calling AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionName", "sensitive" : false, "setterDocumentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

\n@param connectionName The name of the connection to be created. The name must be unique in the calling AWS account.", "setterMethodName" : "setConnectionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionName", "variableType" : "String", "documentation" : "

The name of the connection to be created. The name must be unique in the calling AWS account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ProviderType", "ConnectionName" ], "shapeName" : "CreateConnectionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateConnectionRequest", "variableName" : "createConnectionRequest", "variableType" : "CreateConnectionRequest", "documentation" : null, "simpleType" : "CreateConnectionRequest", "variableSetterType" : "CreateConnectionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateConnectionResponse" : { "c2jName" : "CreateConnectionOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConnectionArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConnectionArn" ], "shapeName" : "CreateConnectionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateConnectionResponse", "variableName" : "createConnectionResponse", "variableType" : "CreateConnectionResponse", "documentation" : null, "simpleType" : "CreateConnectionResponse", "variableSetterType" : "CreateConnectionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteConnectionRequest" : { "c2jName" : "DeleteConnectionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteConnection", "locationName" : null, "requestUri" : "/", "target" : "com.amazonaws.codestar.connections.CodeStar_connections_20191201.DeleteConnection", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConnectionArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@return The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

\n@param connectionArn The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the connection to be deleted.

The ARN is never reused if the connection is deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConnectionArn" ], "shapeName" : "DeleteConnectionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteConnectionRequest", "variableName" : "deleteConnectionRequest", "variableType" : "DeleteConnectionRequest", "documentation" : null, "simpleType" : "DeleteConnectionRequest", "variableSetterType" : "DeleteConnectionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteConnectionResponse" : { "c2jName" : "DeleteConnectionOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteConnectionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteConnectionResponse", "variableName" : "deleteConnectionResponse", "variableType" : "DeleteConnectionResponse", "documentation" : null, "simpleType" : "DeleteConnectionResponse", "variableSetterType" : "DeleteConnectionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetConnectionRequest" : { "c2jName" : "GetConnectionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetConnection", "locationName" : null, "requestUri" : "/", "target" : "com.amazonaws.codestar.connections.CodeStar_connections_20191201.GetConnection", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@return The Amazon Resource Name (ARN) of a connection.\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of a connection.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@return The Amazon Resource Name (ARN) of a connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of a connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConnectionArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@return The Amazon Resource Name (ARN) of a connection.\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of a connection.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@return The Amazon Resource Name (ARN) of a connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of a connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectionArn", "beanStyleSetterMethodName" : "setConnectionArn", "c2jName" : "ConnectionArn", "c2jShape" : "ConnectionArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectionArn(String)}.\n@param connectionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectionArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@return The Amazon Resource Name (ARN) of a connection.\n@deprecated Use {@link #connectionArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectionArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of a connection.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectionArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@return The Amazon Resource Name (ARN) of a connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConnectionArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectionArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of a connection.

\n@param connectionArn The Amazon Resource Name (ARN) of a connection.", "setterMethodName" : "setConnectionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of a connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ConnectionArn" ], "shapeName" : "GetConnectionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetConnectionRequest", "variableName" : "getConnectionRequest", "variableType" : "GetConnectionRequest", "documentation" : null, "simpleType" : "GetConnectionRequest", "variableSetterType" : "GetConnectionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetConnectionResponse" : { "c2jName" : "GetConnectionOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnection", "beanStyleSetterMethodName" : "setConnection", "c2jName" : "Connection", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #connection(Connection)}.\n@param connection a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connection(Connection)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@return The connection details, such as status, owner, and provider type.\n@deprecated Use {@link #connection()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connection(Connection)}\n", "documentation" : "

The connection details, such as status, owner, and provider type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Connection property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnection", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connection", "fluentSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connection", "getterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@return The connection details, such as status, owner, and provider type.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connection", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Connection", "sensitive" : false, "setterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.", "setterMethodName" : "setConnection", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : "

The connection details, such as status, owner, and provider type.

", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Connection" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnection", "beanStyleSetterMethodName" : "setConnection", "c2jName" : "Connection", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #connection(Connection)}.\n@param connection a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connection(Connection)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@return The connection details, such as status, owner, and provider type.\n@deprecated Use {@link #connection()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connection(Connection)}\n", "documentation" : "

The connection details, such as status, owner, and provider type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Connection property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnection", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connection", "fluentSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connection", "getterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@return The connection details, such as status, owner, and provider type.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connection", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Connection", "sensitive" : false, "setterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.", "setterMethodName" : "setConnection", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : "

The connection details, such as status, owner, and provider type.

", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnection", "beanStyleSetterMethodName" : "setConnection", "c2jName" : "Connection", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #connection(Connection)}.\n@param connection a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connection(Connection)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@return The connection details, such as status, owner, and provider type.\n@deprecated Use {@link #connection()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connection(Connection)}\n", "documentation" : "

The connection details, such as status, owner, and provider type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Connection property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnection", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connection", "fluentSetterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connection", "getterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@return The connection details, such as status, owner, and provider type.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connection", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Connection", "sensitive" : false, "setterDocumentation" : "

The connection details, such as status, owner, and provider type.

\n@param connection The connection details, such as status, owner, and provider type.", "setterMethodName" : "setConnection", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : "

The connection details, such as status, owner, and provider type.

", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetConnectionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetConnectionResponse", "variableName" : "getConnectionResponse", "variableType" : "GetConnectionResponse", "documentation" : null, "simpleType" : "GetConnectionResponse", "variableSetterType" : "GetConnectionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exceeded the maximum limit for connections.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ListConnectionsRequest" : { "c2jName" : "ListConnectionsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListConnections", "locationName" : null, "requestUri" : "/", "target" : "com.amazonaws.codestar.connections.CodeStar_connections_20191201.ListConnections", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeFilterAsString", "beanStyleSetterMethodName" : "setProviderTypeFilter", "c2jName" : "ProviderTypeFilter", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeFilterAsString(String)}.\n@param providerTypeFilter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerTypeFilter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerTypeFilter} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeFilterAsString}.\n

\n@return Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeFilterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerTypeFilter(String)}\n", "documentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderTypeFilter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderTypeFilter", "fluentEnumGetterMethodName" : "providerTypeFilter", "fluentEnumSetterMethodName" : "providerTypeFilter", "fluentGetterMethodName" : "providerTypeFilterAsString", "fluentSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerTypeFilter", "getterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerTypeFilter} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeFilterAsString}.\n

\n@return Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderTypeFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderTypeFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderTypeFilter", "sensitive" : false, "setterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderTypeFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerTypeFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerTypeFilter", "variableType" : "String", "documentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@return The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@return The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@return The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@return The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProviderTypeFilter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeFilterAsString", "beanStyleSetterMethodName" : "setProviderTypeFilter", "c2jName" : "ProviderTypeFilter", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeFilterAsString(String)}.\n@param providerTypeFilter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerTypeFilter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerTypeFilter} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeFilterAsString}.\n

\n@return Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeFilterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerTypeFilter(String)}\n", "documentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderTypeFilter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderTypeFilter", "fluentEnumGetterMethodName" : "providerTypeFilter", "fluentEnumSetterMethodName" : "providerTypeFilter", "fluentGetterMethodName" : "providerTypeFilterAsString", "fluentSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerTypeFilter", "getterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerTypeFilter} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeFilterAsString}.\n

\n@return Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderTypeFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderTypeFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderTypeFilter", "sensitive" : false, "setterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderTypeFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerTypeFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerTypeFilter", "variableType" : "String", "documentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProviderTypeFilterAsString", "beanStyleSetterMethodName" : "setProviderTypeFilter", "c2jName" : "ProviderTypeFilter", "c2jShape" : "ProviderType", "defaultConsumerFluentSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #providerTypeFilterAsString(String)}.\n@param providerTypeFilter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #providerTypeFilter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerTypeFilter} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeFilterAsString}.\n

\n@return Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@deprecated Use {@link #providerTypeFilterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType\n@deprecated Use {@link #providerTypeFilter(String)}\n", "documentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

", "endpointDiscoveryId" : false, "enumType" : "ProviderType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProviderTypeFilter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProviderTypeFilter", "fluentEnumGetterMethodName" : "providerTypeFilter", "fluentEnumSetterMethodName" : "providerTypeFilter", "fluentGetterMethodName" : "providerTypeFilterAsString", "fluentSetterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProviderType", "fluentSetterMethodName" : "providerTypeFilter", "getterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #providerTypeFilter} will return {@link ProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #providerTypeFilterAsString}.\n

\n@return Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProviderTypeFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProviderTypeFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProviderTypeFilter", "sensitive" : false, "setterDocumentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

\n@param providerTypeFilter Filters the list of connections to those associated with a specified provider, such as Bitbucket.\n@see ProviderType", "setterMethodName" : "setProviderTypeFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "providerTypeFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "providerTypeFilter", "variableType" : "String", "documentation" : "

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

\n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@return The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@return The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

\n@param nextToken The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListConnectionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListConnectionsRequest", "variableName" : "listConnectionsRequest", "variableType" : "ListConnectionsRequest", "documentation" : null, "simpleType" : "ListConnectionsRequest", "variableSetterType" : "ListConnectionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListConnectionsResponse" : { "c2jName" : "ListConnectionsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConnections", "beanStyleSetterMethodName" : "setConnections", "c2jName" : "Connections", "c2jShape" : "ConnectionList", "defaultConsumerFluentSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #connections(List)}.\n@param connections a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connections(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnections()} to see if a value was sent in this field.\n

\n@return A list of connections and the details for each connection, such as status, owner, and provider type.\n@deprecated Use {@link #connections()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connections(List)}\n", "documentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Connections property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnections", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connections", "fluentSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connections", "getterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnections()} to see if a value was sent in this field.\n

\n@return A list of connections and the details for each connection, such as status, owner, and provider type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connections", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #member(Connection)}.\n@param member a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connection)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Connection)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : "", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connection", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connection", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Connections", "sensitive" : false, "setterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.", "setterMethodName" : "setConnections", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@return A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@return A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Connections" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConnections", "beanStyleSetterMethodName" : "setConnections", "c2jName" : "Connections", "c2jShape" : "ConnectionList", "defaultConsumerFluentSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #connections(List)}.\n@param connections a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connections(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnections()} to see if a value was sent in this field.\n

\n@return A list of connections and the details for each connection, such as status, owner, and provider type.\n@deprecated Use {@link #connections()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connections(List)}\n", "documentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Connections property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnections", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connections", "fluentSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connections", "getterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnections()} to see if a value was sent in this field.\n

\n@return A list of connections and the details for each connection, such as status, owner, and provider type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connections", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #member(Connection)}.\n@param member a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connection)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Connection)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : "", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connection", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connection", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Connections", "sensitive" : false, "setterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.", "setterMethodName" : "setConnections", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@return A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@return A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConnections", "beanStyleSetterMethodName" : "setConnections", "c2jName" : "Connections", "c2jShape" : "ConnectionList", "defaultConsumerFluentSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #connections(List)}.\n@param connections a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connections(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnections()} to see if a value was sent in this field.\n

\n@return A list of connections and the details for each connection, such as status, owner, and provider type.\n@deprecated Use {@link #connections()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connections(List)}\n", "documentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Connections property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnections", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connections", "fluentSetterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connections", "getterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnections()} to see if a value was sent in this field.\n

\n@return A list of connections and the details for each connection, such as status, owner, and provider type.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connections", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #member(Connection)}.\n@param member a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connection)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Connection)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : "", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connection", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connection", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Connections", "sensitive" : false, "setterDocumentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

\n@param connections A list of connections and the details for each connection, such as status, owner, and provider type.", "setterMethodName" : "setConnections", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : "

A list of connections and the details for each connection, such as status, owner, and provider type.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@return A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@return A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

\n@param nextToken A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListConnectionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListConnectionsResponse", "variableName" : "listConnectionsResponse", "variableType" : "ListConnectionsResponse", "documentation" : null, "simpleType" : "ListConnectionsResponse", "variableSetterType" : "ListConnectionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ProviderType" : { "c2jName" : "ProviderType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "BITBUCKET", "value" : "Bitbucket" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProviderType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProviderType", "variableName" : "providerType", "variableType" : "ProviderType", "documentation" : null, "simpleType" : "ProviderType", "variableSetterType" : "ProviderType" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Resource not found. Verify the connection resource ARN and try again.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : null }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "CodeStarConnectionsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsException", "sdkRequestBaseClassName" : "CodeStarConnectionsRequest", "sdkResponseBaseClassName" : "CodeStarConnectionsResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy