models.a4b-2017-11-09-intermediate.json Maven / Gradle / Ivy
Show all versions of alexaforbusiness Show documentation
{
"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" : "2017-11-09",
"asyncBuilder" : "DefaultAlexaForBusinessAsyncClientBuilder",
"asyncBuilderInterface" : "AlexaForBusinessAsyncClientBuilder",
"asyncClient" : "DefaultAlexaForBusinessAsyncClient",
"asyncInterface" : "AlexaForBusinessAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultAlexaForBusinessBaseClientBuilder",
"baseBuilderInterface" : "AlexaForBusinessBaseClientBuilder",
"baseExceptionName" : "AlexaForBusinessException",
"baseRequestName" : "AlexaForBusinessRequest",
"baseResponseName" : "AlexaForBusinessResponse",
"cborProtocol" : false,
"clientPackageName" : "alexaforbusiness",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Alexa For Business",
"documentation" : "Alexa for Business helps you use Alexa in your organization. Alexa for Business provides you with the tools to manage Alexa devices, enroll your users, and assign skills, at scale. You can build your own context-aware voice skills using the Alexa Skills Kit and the Alexa for Business API operations. You can also make these available as private skills for your organization. Alexa for Business makes it efficient to voice-enable your products and services, thus providing context-aware voice experiences for your customers. Device makers building with the Alexa Voice Service (AVS) can create fully integrated solutions, register their products with Alexa for Business, and manage them as shared devices in their organization.
",
"endpointPrefix" : "a4b",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.alexaforbusiness",
"fullModelPackageName" : "software.amazon.awssdk.services.alexaforbusiness.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.alexaforbusiness.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.alexaforbusiness.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.alexaforbusiness.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "alexaforbusiness.model",
"paginatorsPackageName" : "alexaforbusiness.paginators",
"protocol" : "json",
"queryProtocol" : false,
"requestTransformPackageName" : "alexaforbusiness.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Alexa For Business",
"serviceName" : "AlexaForBusiness",
"signingName" : "a4b",
"syncBuilder" : "DefaultAlexaForBusinessClientBuilder",
"syncBuilderInterface" : "AlexaForBusinessClientBuilder",
"syncClient" : "DefaultAlexaForBusinessClient",
"syncInterface" : "AlexaForBusinessClient",
"transformPackageName" : "alexaforbusiness.transform",
"uid" : "alexaforbusiness-2017-11-09",
"xmlProtocol" : false
},
"operations" : {
"ApproveSkill" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a skill with the organization under the customer's AWS account. If a skill is private, the user implicitly accepts access to this skill during enablement.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ApproveSkillRequest",
"variableName" : "approveSkillRequest",
"variableType" : "ApproveSkillRequest",
"documentation" : "",
"simpleType" : "ApproveSkillRequest",
"variableSetterType" : "ApproveSkillRequest"
},
"methodName" : "approveSkill",
"operationName" : "ApproveSkill",
"paginated" : false,
"returnType" : {
"returnType" : "ApproveSkillResponse",
"documentation" : null
},
"syncReturnType" : "ApproveSkillResponse"
},
"AssociateContactWithAddressBook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a contact with a given address book.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateContactWithAddressBookRequest",
"variableName" : "associateContactWithAddressBookRequest",
"variableType" : "AssociateContactWithAddressBookRequest",
"documentation" : "",
"simpleType" : "AssociateContactWithAddressBookRequest",
"variableSetterType" : "AssociateContactWithAddressBookRequest"
},
"methodName" : "associateContactWithAddressBook",
"operationName" : "AssociateContactWithAddressBook",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateContactWithAddressBookResponse",
"documentation" : null
},
"syncReturnType" : "AssociateContactWithAddressBookResponse"
},
"AssociateDeviceWithNetworkProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a device with the specified network profile.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DeviceNotRegisteredException",
"documentation" : "The request failed because this device is no longer registered and therefore no longer managed by this account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateDeviceWithNetworkProfileRequest",
"variableName" : "associateDeviceWithNetworkProfileRequest",
"variableType" : "AssociateDeviceWithNetworkProfileRequest",
"documentation" : "",
"simpleType" : "AssociateDeviceWithNetworkProfileRequest",
"variableSetterType" : "AssociateDeviceWithNetworkProfileRequest"
},
"methodName" : "associateDeviceWithNetworkProfile",
"operationName" : "AssociateDeviceWithNetworkProfile",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateDeviceWithNetworkProfileResponse",
"documentation" : null
},
"syncReturnType" : "AssociateDeviceWithNetworkProfileResponse"
},
"AssociateDeviceWithRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a device with a given room. This applies all the settings from the room profile to the device, and all the skills in any skill groups added to that room. This operation requires the device to be online, or else a manual sync is required.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DeviceNotRegisteredException",
"documentation" : "The request failed because this device is no longer registered and therefore no longer managed by this account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateDeviceWithRoomRequest",
"variableName" : "associateDeviceWithRoomRequest",
"variableType" : "AssociateDeviceWithRoomRequest",
"documentation" : "",
"simpleType" : "AssociateDeviceWithRoomRequest",
"variableSetterType" : "AssociateDeviceWithRoomRequest"
},
"methodName" : "associateDeviceWithRoom",
"operationName" : "AssociateDeviceWithRoom",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateDeviceWithRoomResponse",
"documentation" : null
},
"syncReturnType" : "AssociateDeviceWithRoomResponse"
},
"AssociateSkillGroupWithRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateSkillGroupWithRoomRequest",
"variableName" : "associateSkillGroupWithRoomRequest",
"variableType" : "AssociateSkillGroupWithRoomRequest",
"documentation" : "",
"simpleType" : "AssociateSkillGroupWithRoomRequest",
"variableSetterType" : "AssociateSkillGroupWithRoomRequest"
},
"methodName" : "associateSkillGroupWithRoom",
"operationName" : "AssociateSkillGroupWithRoom",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateSkillGroupWithRoomResponse",
"documentation" : null
},
"syncReturnType" : "AssociateSkillGroupWithRoomResponse"
},
"AssociateSkillWithSkillGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a skill with a skill group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "SkillNotLinkedException",
"documentation" : "The skill must be linked to a third-party account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateSkillWithSkillGroupRequest",
"variableName" : "associateSkillWithSkillGroupRequest",
"variableType" : "AssociateSkillWithSkillGroupRequest",
"documentation" : "",
"simpleType" : "AssociateSkillWithSkillGroupRequest",
"variableSetterType" : "AssociateSkillWithSkillGroupRequest"
},
"methodName" : "associateSkillWithSkillGroup",
"operationName" : "AssociateSkillWithSkillGroup",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateSkillWithSkillGroupResponse",
"documentation" : null
},
"syncReturnType" : "AssociateSkillWithSkillGroupResponse"
},
"AssociateSkillWithUsers" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Makes a private skill available for enrolled users to enable on their devices.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateSkillWithUsersRequest",
"variableName" : "associateSkillWithUsersRequest",
"variableType" : "AssociateSkillWithUsersRequest",
"documentation" : "",
"simpleType" : "AssociateSkillWithUsersRequest",
"variableSetterType" : "AssociateSkillWithUsersRequest"
},
"methodName" : "associateSkillWithUsers",
"operationName" : "AssociateSkillWithUsers",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateSkillWithUsersResponse",
"documentation" : null
},
"syncReturnType" : "AssociateSkillWithUsersResponse"
},
"CreateAddressBook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an address book with the specified details.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateAddressBookRequest",
"variableName" : "createAddressBookRequest",
"variableType" : "CreateAddressBookRequest",
"documentation" : "",
"simpleType" : "CreateAddressBookRequest",
"variableSetterType" : "CreateAddressBookRequest"
},
"methodName" : "createAddressBook",
"operationName" : "CreateAddressBook",
"paginated" : false,
"returnType" : {
"returnType" : "CreateAddressBookResponse",
"documentation" : null
},
"syncReturnType" : "CreateAddressBookResponse"
},
"CreateBusinessReportSchedule" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBusinessReportScheduleRequest",
"variableName" : "createBusinessReportScheduleRequest",
"variableType" : "CreateBusinessReportScheduleRequest",
"documentation" : "",
"simpleType" : "CreateBusinessReportScheduleRequest",
"variableSetterType" : "CreateBusinessReportScheduleRequest"
},
"methodName" : "createBusinessReportSchedule",
"operationName" : "CreateBusinessReportSchedule",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBusinessReportScheduleResponse",
"documentation" : null
},
"syncReturnType" : "CreateBusinessReportScheduleResponse"
},
"CreateConferenceProvider" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds a new conference provider under the user's AWS account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateConferenceProviderRequest",
"variableName" : "createConferenceProviderRequest",
"variableType" : "CreateConferenceProviderRequest",
"documentation" : "",
"simpleType" : "CreateConferenceProviderRequest",
"variableSetterType" : "CreateConferenceProviderRequest"
},
"methodName" : "createConferenceProvider",
"operationName" : "CreateConferenceProvider",
"paginated" : false,
"returnType" : {
"returnType" : "CreateConferenceProviderResponse",
"documentation" : null
},
"syncReturnType" : "CreateConferenceProviderResponse"
},
"CreateContact" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a contact with the specified details.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateContactRequest",
"variableName" : "createContactRequest",
"variableType" : "CreateContactRequest",
"documentation" : "",
"simpleType" : "CreateContactRequest",
"variableSetterType" : "CreateContactRequest"
},
"methodName" : "createContact",
"operationName" : "CreateContact",
"paginated" : false,
"returnType" : {
"returnType" : "CreateContactResponse",
"documentation" : null
},
"syncReturnType" : "CreateContactResponse"
},
"CreateGatewayGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a gateway group with the specified details.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateGatewayGroupRequest",
"variableName" : "createGatewayGroupRequest",
"variableType" : "CreateGatewayGroupRequest",
"documentation" : "",
"simpleType" : "CreateGatewayGroupRequest",
"variableSetterType" : "CreateGatewayGroupRequest"
},
"methodName" : "createGatewayGroup",
"operationName" : "CreateGatewayGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateGatewayGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateGatewayGroupResponse"
},
"CreateNetworkProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a network profile with the specified details.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCertificateAuthorityException",
"documentation" : "The Certificate Authority can't issue or revoke a certificate.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidServiceLinkedRoleStateException",
"documentation" : "The service linked role is locked for deletion.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateNetworkProfileRequest",
"variableName" : "createNetworkProfileRequest",
"variableType" : "CreateNetworkProfileRequest",
"documentation" : "",
"simpleType" : "CreateNetworkProfileRequest",
"variableSetterType" : "CreateNetworkProfileRequest"
},
"methodName" : "createNetworkProfile",
"operationName" : "CreateNetworkProfile",
"paginated" : false,
"returnType" : {
"returnType" : "CreateNetworkProfileResponse",
"documentation" : null
},
"syncReturnType" : "CreateNetworkProfileResponse"
},
"CreateProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new room profile with the specified details.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateProfileRequest",
"variableName" : "createProfileRequest",
"variableType" : "CreateProfileRequest",
"documentation" : "",
"simpleType" : "CreateProfileRequest",
"variableSetterType" : "CreateProfileRequest"
},
"methodName" : "createProfile",
"operationName" : "CreateProfile",
"paginated" : false,
"returnType" : {
"returnType" : "CreateProfileResponse",
"documentation" : null
},
"syncReturnType" : "CreateProfileResponse"
},
"CreateRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a room with the specified details.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateRoomRequest",
"variableName" : "createRoomRequest",
"variableType" : "CreateRoomRequest",
"documentation" : "",
"simpleType" : "CreateRoomRequest",
"variableSetterType" : "CreateRoomRequest"
},
"methodName" : "createRoom",
"operationName" : "CreateRoom",
"paginated" : false,
"returnType" : {
"returnType" : "CreateRoomResponse",
"documentation" : null
},
"syncReturnType" : "CreateRoomResponse"
},
"CreateSkillGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a skill group with a specified name and description.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSkillGroupRequest",
"variableName" : "createSkillGroupRequest",
"variableType" : "CreateSkillGroupRequest",
"documentation" : "",
"simpleType" : "CreateSkillGroupRequest",
"variableSetterType" : "CreateSkillGroupRequest"
},
"methodName" : "createSkillGroup",
"operationName" : "CreateSkillGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSkillGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateSkillGroupResponse"
},
"CreateUser" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a user.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource in the request is already in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateUserRequest",
"variableName" : "createUserRequest",
"variableType" : "CreateUserRequest",
"documentation" : "",
"simpleType" : "CreateUserRequest",
"variableSetterType" : "CreateUserRequest"
},
"methodName" : "createUser",
"operationName" : "CreateUser",
"paginated" : false,
"returnType" : {
"returnType" : "CreateUserResponse",
"documentation" : null
},
"syncReturnType" : "CreateUserResponse"
},
"DeleteAddressBook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an address book by the address book ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAddressBookRequest",
"variableName" : "deleteAddressBookRequest",
"variableType" : "DeleteAddressBookRequest",
"documentation" : "",
"simpleType" : "DeleteAddressBookRequest",
"variableSetterType" : "DeleteAddressBookRequest"
},
"methodName" : "deleteAddressBook",
"operationName" : "DeleteAddressBook",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteAddressBookResponse",
"documentation" : null
},
"syncReturnType" : "DeleteAddressBookResponse"
},
"DeleteBusinessReportSchedule" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the recurring report delivery schedule with the specified schedule ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBusinessReportScheduleRequest",
"variableName" : "deleteBusinessReportScheduleRequest",
"variableType" : "DeleteBusinessReportScheduleRequest",
"documentation" : "",
"simpleType" : "DeleteBusinessReportScheduleRequest",
"variableSetterType" : "DeleteBusinessReportScheduleRequest"
},
"methodName" : "deleteBusinessReportSchedule",
"operationName" : "DeleteBusinessReportSchedule",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBusinessReportScheduleResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBusinessReportScheduleResponse"
},
"DeleteConferenceProvider" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a conference provider.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteConferenceProviderRequest",
"variableName" : "deleteConferenceProviderRequest",
"variableType" : "DeleteConferenceProviderRequest",
"documentation" : "",
"simpleType" : "DeleteConferenceProviderRequest",
"variableSetterType" : "DeleteConferenceProviderRequest"
},
"methodName" : "deleteConferenceProvider",
"operationName" : "DeleteConferenceProvider",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteConferenceProviderResponse",
"documentation" : null
},
"syncReturnType" : "DeleteConferenceProviderResponse"
},
"DeleteContact" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a contact by the contact ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteContactRequest",
"variableName" : "deleteContactRequest",
"variableType" : "DeleteContactRequest",
"documentation" : "",
"simpleType" : "DeleteContactRequest",
"variableSetterType" : "DeleteContactRequest"
},
"methodName" : "deleteContact",
"operationName" : "DeleteContact",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteContactResponse",
"documentation" : null
},
"syncReturnType" : "DeleteContactResponse"
},
"DeleteDevice" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a device from Alexa For Business.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCertificateAuthorityException",
"documentation" : "The Certificate Authority can't issue or revoke a certificate.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDeviceRequest",
"variableName" : "deleteDeviceRequest",
"variableType" : "DeleteDeviceRequest",
"documentation" : "",
"simpleType" : "DeleteDeviceRequest",
"variableSetterType" : "DeleteDeviceRequest"
},
"methodName" : "deleteDevice",
"operationName" : "DeleteDevice",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDeviceResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDeviceResponse"
},
"DeleteDeviceUsageData" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data and associated response data. This action can be called once every 24 hours for a specific shared device.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DeviceNotRegisteredException",
"documentation" : "The request failed because this device is no longer registered and therefore no longer managed by this account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDeviceUsageDataRequest",
"variableName" : "deleteDeviceUsageDataRequest",
"variableType" : "DeleteDeviceUsageDataRequest",
"documentation" : "",
"simpleType" : "DeleteDeviceUsageDataRequest",
"variableSetterType" : "DeleteDeviceUsageDataRequest"
},
"methodName" : "deleteDeviceUsageData",
"operationName" : "DeleteDeviceUsageData",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDeviceUsageDataResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDeviceUsageDataResponse"
},
"DeleteGatewayGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a gateway group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceAssociatedException",
"documentation" : "Another resource is associated with the resource in the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteGatewayGroupRequest",
"variableName" : "deleteGatewayGroupRequest",
"variableType" : "DeleteGatewayGroupRequest",
"documentation" : "",
"simpleType" : "DeleteGatewayGroupRequest",
"variableSetterType" : "DeleteGatewayGroupRequest"
},
"methodName" : "deleteGatewayGroup",
"operationName" : "DeleteGatewayGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteGatewayGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteGatewayGroupResponse"
},
"DeleteNetworkProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a network profile by the network profile ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The resource in the request is already in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteNetworkProfileRequest",
"variableName" : "deleteNetworkProfileRequest",
"variableType" : "DeleteNetworkProfileRequest",
"documentation" : "",
"simpleType" : "DeleteNetworkProfileRequest",
"variableSetterType" : "DeleteNetworkProfileRequest"
},
"methodName" : "deleteNetworkProfile",
"operationName" : "DeleteNetworkProfile",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteNetworkProfileResponse",
"documentation" : null
},
"syncReturnType" : "DeleteNetworkProfileResponse"
},
"DeleteProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a room profile by the profile ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteProfileRequest",
"variableName" : "deleteProfileRequest",
"variableType" : "DeleteProfileRequest",
"documentation" : "",
"simpleType" : "DeleteProfileRequest",
"variableSetterType" : "DeleteProfileRequest"
},
"methodName" : "deleteProfile",
"operationName" : "DeleteProfile",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteProfileResponse",
"documentation" : null
},
"syncReturnType" : "DeleteProfileResponse"
},
"DeleteRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a room by the room ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteRoomRequest",
"variableName" : "deleteRoomRequest",
"variableType" : "DeleteRoomRequest",
"documentation" : "",
"simpleType" : "DeleteRoomRequest",
"variableSetterType" : "DeleteRoomRequest"
},
"methodName" : "deleteRoom",
"operationName" : "DeleteRoom",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteRoomResponse",
"documentation" : null
},
"syncReturnType" : "DeleteRoomResponse"
},
"DeleteRoomSkillParameter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes room skill parameter details by room, skill, and parameter key ID.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteRoomSkillParameterRequest",
"variableName" : "deleteRoomSkillParameterRequest",
"variableType" : "DeleteRoomSkillParameterRequest",
"documentation" : "",
"simpleType" : "DeleteRoomSkillParameterRequest",
"variableSetterType" : "DeleteRoomSkillParameterRequest"
},
"methodName" : "deleteRoomSkillParameter",
"operationName" : "DeleteRoomSkillParameter",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteRoomSkillParameterResponse",
"documentation" : null
},
"syncReturnType" : "DeleteRoomSkillParameterResponse"
},
"DeleteSkillAuthorization" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Unlinks a third-party account from a skill.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSkillAuthorizationRequest",
"variableName" : "deleteSkillAuthorizationRequest",
"variableType" : "DeleteSkillAuthorizationRequest",
"documentation" : "",
"simpleType" : "DeleteSkillAuthorizationRequest",
"variableSetterType" : "DeleteSkillAuthorizationRequest"
},
"methodName" : "deleteSkillAuthorization",
"operationName" : "DeleteSkillAuthorization",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSkillAuthorizationResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSkillAuthorizationResponse"
},
"DeleteSkillGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a skill group by skill group ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSkillGroupRequest",
"variableName" : "deleteSkillGroupRequest",
"variableType" : "DeleteSkillGroupRequest",
"documentation" : "",
"simpleType" : "DeleteSkillGroupRequest",
"variableSetterType" : "DeleteSkillGroupRequest"
},
"methodName" : "deleteSkillGroup",
"operationName" : "DeleteSkillGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSkillGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSkillGroupResponse"
},
"DeleteUser" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specified user by user ARN and enrollment ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteUserRequest",
"variableName" : "deleteUserRequest",
"variableType" : "DeleteUserRequest",
"documentation" : "",
"simpleType" : "DeleteUserRequest",
"variableSetterType" : "DeleteUserRequest"
},
"methodName" : "deleteUser",
"operationName" : "DeleteUser",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteUserResponse",
"documentation" : null
},
"syncReturnType" : "DeleteUserResponse"
},
"DisassociateContactFromAddressBook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a contact from a given address book.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateContactFromAddressBookRequest",
"variableName" : "disassociateContactFromAddressBookRequest",
"variableType" : "DisassociateContactFromAddressBookRequest",
"documentation" : "",
"simpleType" : "DisassociateContactFromAddressBookRequest",
"variableSetterType" : "DisassociateContactFromAddressBookRequest"
},
"methodName" : "disassociateContactFromAddressBook",
"operationName" : "DisassociateContactFromAddressBook",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateContactFromAddressBookResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateContactFromAddressBookResponse"
},
"DisassociateDeviceFromRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a device from its current room. The device continues to be connected to the Wi-Fi network and is still registered to the account. The device settings and skills are removed from the room.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DeviceNotRegisteredException",
"documentation" : "The request failed because this device is no longer registered and therefore no longer managed by this account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateDeviceFromRoomRequest",
"variableName" : "disassociateDeviceFromRoomRequest",
"variableType" : "DisassociateDeviceFromRoomRequest",
"documentation" : "",
"simpleType" : "DisassociateDeviceFromRoomRequest",
"variableSetterType" : "DisassociateDeviceFromRoomRequest"
},
"methodName" : "disassociateDeviceFromRoom",
"operationName" : "DisassociateDeviceFromRoom",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateDeviceFromRoomResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateDeviceFromRoomResponse"
},
"DisassociateSkillFromSkillGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a skill from a skill group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateSkillFromSkillGroupRequest",
"variableName" : "disassociateSkillFromSkillGroupRequest",
"variableType" : "DisassociateSkillFromSkillGroupRequest",
"documentation" : "",
"simpleType" : "DisassociateSkillFromSkillGroupRequest",
"variableSetterType" : "DisassociateSkillFromSkillGroupRequest"
},
"methodName" : "disassociateSkillFromSkillGroup",
"operationName" : "DisassociateSkillFromSkillGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateSkillFromSkillGroupResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateSkillFromSkillGroupResponse"
},
"DisassociateSkillFromUsers" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateSkillFromUsersRequest",
"variableName" : "disassociateSkillFromUsersRequest",
"variableType" : "DisassociateSkillFromUsersRequest",
"documentation" : "",
"simpleType" : "DisassociateSkillFromUsersRequest",
"variableSetterType" : "DisassociateSkillFromUsersRequest"
},
"methodName" : "disassociateSkillFromUsers",
"operationName" : "DisassociateSkillFromUsers",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateSkillFromUsersResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateSkillFromUsersResponse"
},
"DisassociateSkillGroupFromRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateSkillGroupFromRoomRequest",
"variableName" : "disassociateSkillGroupFromRoomRequest",
"variableType" : "DisassociateSkillGroupFromRoomRequest",
"documentation" : "",
"simpleType" : "DisassociateSkillGroupFromRoomRequest",
"variableSetterType" : "DisassociateSkillGroupFromRoomRequest"
},
"methodName" : "disassociateSkillGroupFromRoom",
"operationName" : "DisassociateSkillGroupFromRoom",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateSkillGroupFromRoomResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateSkillGroupFromRoomResponse"
},
"ForgetSmartHomeAppliances" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Forgets smart home appliances associated to a room.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ForgetSmartHomeAppliancesRequest",
"variableName" : "forgetSmartHomeAppliancesRequest",
"variableType" : "ForgetSmartHomeAppliancesRequest",
"documentation" : "",
"simpleType" : "ForgetSmartHomeAppliancesRequest",
"variableSetterType" : "ForgetSmartHomeAppliancesRequest"
},
"methodName" : "forgetSmartHomeAppliances",
"operationName" : "ForgetSmartHomeAppliances",
"paginated" : false,
"returnType" : {
"returnType" : "ForgetSmartHomeAppliancesResponse",
"documentation" : null
},
"syncReturnType" : "ForgetSmartHomeAppliancesResponse"
},
"GetAddressBook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets address the book details by the address book ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetAddressBookRequest",
"variableName" : "getAddressBookRequest",
"variableType" : "GetAddressBookRequest",
"documentation" : "",
"simpleType" : "GetAddressBookRequest",
"variableSetterType" : "GetAddressBookRequest"
},
"methodName" : "getAddressBook",
"operationName" : "GetAddressBook",
"paginated" : false,
"returnType" : {
"returnType" : "GetAddressBookResponse",
"documentation" : null
},
"syncReturnType" : "GetAddressBookResponse"
},
"GetConferencePreference" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the existing conference preferences.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetConferencePreferenceRequest",
"variableName" : "getConferencePreferenceRequest",
"variableType" : "GetConferencePreferenceRequest",
"documentation" : "",
"simpleType" : "GetConferencePreferenceRequest",
"variableSetterType" : "GetConferencePreferenceRequest"
},
"methodName" : "getConferencePreference",
"operationName" : "GetConferencePreference",
"paginated" : false,
"returnType" : {
"returnType" : "GetConferencePreferenceResponse",
"documentation" : null
},
"syncReturnType" : "GetConferencePreferenceResponse"
},
"GetConferenceProvider" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets details about a specific conference provider.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetConferenceProviderRequest",
"variableName" : "getConferenceProviderRequest",
"variableType" : "GetConferenceProviderRequest",
"documentation" : "",
"simpleType" : "GetConferenceProviderRequest",
"variableSetterType" : "GetConferenceProviderRequest"
},
"methodName" : "getConferenceProvider",
"operationName" : "GetConferenceProvider",
"paginated" : false,
"returnType" : {
"returnType" : "GetConferenceProviderResponse",
"documentation" : null
},
"syncReturnType" : "GetConferenceProviderResponse"
},
"GetContact" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the contact details by the contact ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetContactRequest",
"variableName" : "getContactRequest",
"variableType" : "GetContactRequest",
"documentation" : "",
"simpleType" : "GetContactRequest",
"variableSetterType" : "GetContactRequest"
},
"methodName" : "getContact",
"operationName" : "GetContact",
"paginated" : false,
"returnType" : {
"returnType" : "GetContactResponse",
"documentation" : null
},
"syncReturnType" : "GetContactResponse"
},
"GetDevice" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the details of a device by device ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDeviceRequest",
"variableName" : "getDeviceRequest",
"variableType" : "GetDeviceRequest",
"documentation" : "",
"simpleType" : "GetDeviceRequest",
"variableSetterType" : "GetDeviceRequest"
},
"methodName" : "getDevice",
"operationName" : "GetDevice",
"paginated" : false,
"returnType" : {
"returnType" : "GetDeviceResponse",
"documentation" : null
},
"syncReturnType" : "GetDeviceResponse"
},
"GetGateway" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the details of a gateway.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetGatewayRequest",
"variableName" : "getGatewayRequest",
"variableType" : "GetGatewayRequest",
"documentation" : "",
"simpleType" : "GetGatewayRequest",
"variableSetterType" : "GetGatewayRequest"
},
"methodName" : "getGateway",
"operationName" : "GetGateway",
"paginated" : false,
"returnType" : {
"returnType" : "GetGatewayResponse",
"documentation" : null
},
"syncReturnType" : "GetGatewayResponse"
},
"GetGatewayGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the details of a gateway group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetGatewayGroupRequest",
"variableName" : "getGatewayGroupRequest",
"variableType" : "GetGatewayGroupRequest",
"documentation" : "",
"simpleType" : "GetGatewayGroupRequest",
"variableSetterType" : "GetGatewayGroupRequest"
},
"methodName" : "getGatewayGroup",
"operationName" : "GetGatewayGroup",
"paginated" : false,
"returnType" : {
"returnType" : "GetGatewayGroupResponse",
"documentation" : null
},
"syncReturnType" : "GetGatewayGroupResponse"
},
"GetInvitationConfiguration" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the configured values for the user enrollment invitation email template.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetInvitationConfigurationRequest",
"variableName" : "getInvitationConfigurationRequest",
"variableType" : "GetInvitationConfigurationRequest",
"documentation" : "",
"simpleType" : "GetInvitationConfigurationRequest",
"variableSetterType" : "GetInvitationConfigurationRequest"
},
"methodName" : "getInvitationConfiguration",
"operationName" : "GetInvitationConfiguration",
"paginated" : false,
"returnType" : {
"returnType" : "GetInvitationConfigurationResponse",
"documentation" : null
},
"syncReturnType" : "GetInvitationConfigurationResponse"
},
"GetNetworkProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the network profile details by the network profile ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSecretsManagerResourceException",
"documentation" : "A password in SecretsManager is in an invalid state.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetNetworkProfileRequest",
"variableName" : "getNetworkProfileRequest",
"variableType" : "GetNetworkProfileRequest",
"documentation" : "",
"simpleType" : "GetNetworkProfileRequest",
"variableSetterType" : "GetNetworkProfileRequest"
},
"methodName" : "getNetworkProfile",
"operationName" : "GetNetworkProfile",
"paginated" : false,
"returnType" : {
"returnType" : "GetNetworkProfileResponse",
"documentation" : null
},
"syncReturnType" : "GetNetworkProfileResponse"
},
"GetProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the details of a room profile by profile ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetProfileRequest",
"variableName" : "getProfileRequest",
"variableType" : "GetProfileRequest",
"documentation" : "",
"simpleType" : "GetProfileRequest",
"variableSetterType" : "GetProfileRequest"
},
"methodName" : "getProfile",
"operationName" : "GetProfile",
"paginated" : false,
"returnType" : {
"returnType" : "GetProfileResponse",
"documentation" : null
},
"syncReturnType" : "GetProfileResponse"
},
"GetRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets room details by room ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetRoomRequest",
"variableName" : "getRoomRequest",
"variableType" : "GetRoomRequest",
"documentation" : "",
"simpleType" : "GetRoomRequest",
"variableSetterType" : "GetRoomRequest"
},
"methodName" : "getRoom",
"operationName" : "GetRoom",
"paginated" : false,
"returnType" : {
"returnType" : "GetRoomResponse",
"documentation" : null
},
"syncReturnType" : "GetRoomResponse"
},
"GetRoomSkillParameter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets room skill parameter details by room, skill, and parameter key ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetRoomSkillParameterRequest",
"variableName" : "getRoomSkillParameterRequest",
"variableType" : "GetRoomSkillParameterRequest",
"documentation" : "",
"simpleType" : "GetRoomSkillParameterRequest",
"variableSetterType" : "GetRoomSkillParameterRequest"
},
"methodName" : "getRoomSkillParameter",
"operationName" : "GetRoomSkillParameter",
"paginated" : false,
"returnType" : {
"returnType" : "GetRoomSkillParameterResponse",
"documentation" : null
},
"syncReturnType" : "GetRoomSkillParameterResponse"
},
"GetSkillGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets skill group details by skill group ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSkillGroupRequest",
"variableName" : "getSkillGroupRequest",
"variableType" : "GetSkillGroupRequest",
"documentation" : "",
"simpleType" : "GetSkillGroupRequest",
"variableSetterType" : "GetSkillGroupRequest"
},
"methodName" : "getSkillGroup",
"operationName" : "GetSkillGroup",
"paginated" : false,
"returnType" : {
"returnType" : "GetSkillGroupResponse",
"documentation" : null
},
"syncReturnType" : "GetSkillGroupResponse"
},
"ListBusinessReportSchedules" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBusinessReportSchedulesRequest",
"variableName" : "listBusinessReportSchedulesRequest",
"variableType" : "ListBusinessReportSchedulesRequest",
"documentation" : "",
"simpleType" : "ListBusinessReportSchedulesRequest",
"variableSetterType" : "ListBusinessReportSchedulesRequest"
},
"methodName" : "listBusinessReportSchedules",
"operationName" : "ListBusinessReportSchedules",
"paginated" : true,
"returnType" : {
"returnType" : "ListBusinessReportSchedulesResponse",
"documentation" : null
},
"syncReturnType" : "ListBusinessReportSchedulesResponse"
},
"ListConferenceProviders" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists conference providers under a specific AWS account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListConferenceProvidersRequest",
"variableName" : "listConferenceProvidersRequest",
"variableType" : "ListConferenceProvidersRequest",
"documentation" : "",
"simpleType" : "ListConferenceProvidersRequest",
"variableSetterType" : "ListConferenceProvidersRequest"
},
"methodName" : "listConferenceProviders",
"operationName" : "ListConferenceProviders",
"paginated" : true,
"returnType" : {
"returnType" : "ListConferenceProvidersResponse",
"documentation" : null
},
"syncReturnType" : "ListConferenceProvidersResponse"
},
"ListDeviceEvents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the device event history, including device connection status, for up to 30 days.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDeviceEventsRequest",
"variableName" : "listDeviceEventsRequest",
"variableType" : "ListDeviceEventsRequest",
"documentation" : "",
"simpleType" : "ListDeviceEventsRequest",
"variableSetterType" : "ListDeviceEventsRequest"
},
"methodName" : "listDeviceEvents",
"operationName" : "ListDeviceEvents",
"paginated" : true,
"returnType" : {
"returnType" : "ListDeviceEventsResponse",
"documentation" : null
},
"syncReturnType" : "ListDeviceEventsResponse"
},
"ListGatewayGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of a specific gateway group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListGatewayGroupsRequest",
"variableName" : "listGatewayGroupsRequest",
"variableType" : "ListGatewayGroupsRequest",
"documentation" : "",
"simpleType" : "ListGatewayGroupsRequest",
"variableSetterType" : "ListGatewayGroupsRequest"
},
"methodName" : "listGatewayGroups",
"operationName" : "ListGatewayGroups",
"paginated" : true,
"returnType" : {
"returnType" : "ListGatewayGroupsResponse",
"documentation" : null
},
"syncReturnType" : "ListGatewayGroupsResponse"
},
"ListGateways" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries of gateways that are associated with that gateway group ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListGatewaysRequest",
"variableName" : "listGatewaysRequest",
"variableType" : "ListGatewaysRequest",
"documentation" : "",
"simpleType" : "ListGatewaysRequest",
"variableSetterType" : "ListGatewaysRequest"
},
"methodName" : "listGateways",
"operationName" : "ListGateways",
"paginated" : true,
"returnType" : {
"returnType" : "ListGatewaysResponse",
"documentation" : null
},
"syncReturnType" : "ListGatewaysResponse"
},
"ListSkills" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all enabled skills in a specific skill group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSkillsRequest",
"variableName" : "listSkillsRequest",
"variableType" : "ListSkillsRequest",
"documentation" : "",
"simpleType" : "ListSkillsRequest",
"variableSetterType" : "ListSkillsRequest"
},
"methodName" : "listSkills",
"operationName" : "ListSkills",
"paginated" : true,
"returnType" : {
"returnType" : "ListSkillsResponse",
"documentation" : null
},
"syncReturnType" : "ListSkillsResponse"
},
"ListSkillsStoreCategories" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all categories in the Alexa skill store.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSkillsStoreCategoriesRequest",
"variableName" : "listSkillsStoreCategoriesRequest",
"variableType" : "ListSkillsStoreCategoriesRequest",
"documentation" : "",
"simpleType" : "ListSkillsStoreCategoriesRequest",
"variableSetterType" : "ListSkillsStoreCategoriesRequest"
},
"methodName" : "listSkillsStoreCategories",
"operationName" : "ListSkillsStoreCategories",
"paginated" : true,
"returnType" : {
"returnType" : "ListSkillsStoreCategoriesResponse",
"documentation" : null
},
"syncReturnType" : "ListSkillsStoreCategoriesResponse"
},
"ListSkillsStoreSkillsByCategory" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all skills in the Alexa skill store by category.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSkillsStoreSkillsByCategoryRequest",
"variableName" : "listSkillsStoreSkillsByCategoryRequest",
"variableType" : "ListSkillsStoreSkillsByCategoryRequest",
"documentation" : "",
"simpleType" : "ListSkillsStoreSkillsByCategoryRequest",
"variableSetterType" : "ListSkillsStoreSkillsByCategoryRequest"
},
"methodName" : "listSkillsStoreSkillsByCategory",
"operationName" : "ListSkillsStoreSkillsByCategory",
"paginated" : true,
"returnType" : {
"returnType" : "ListSkillsStoreSkillsByCategoryResponse",
"documentation" : null
},
"syncReturnType" : "ListSkillsStoreSkillsByCategoryResponse"
},
"ListSmartHomeAppliances" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all of the smart home appliances associated with a room.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSmartHomeAppliancesRequest",
"variableName" : "listSmartHomeAppliancesRequest",
"variableType" : "ListSmartHomeAppliancesRequest",
"documentation" : "",
"simpleType" : "ListSmartHomeAppliancesRequest",
"variableSetterType" : "ListSmartHomeAppliancesRequest"
},
"methodName" : "listSmartHomeAppliances",
"operationName" : "ListSmartHomeAppliances",
"paginated" : true,
"returnType" : {
"returnType" : "ListSmartHomeAppliancesResponse",
"documentation" : null
},
"syncReturnType" : "ListSmartHomeAppliancesResponse"
},
"ListTags" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all tags for the specified resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsRequest",
"variableName" : "listTagsRequest",
"variableType" : "ListTagsRequest",
"documentation" : "",
"simpleType" : "ListTagsRequest",
"variableSetterType" : "ListTagsRequest"
},
"methodName" : "listTags",
"operationName" : "ListTags",
"paginated" : true,
"returnType" : {
"returnType" : "ListTagsResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsResponse"
},
"PutConferencePreference" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the conference preferences on a specific conference provider at the account level.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutConferencePreferenceRequest",
"variableName" : "putConferencePreferenceRequest",
"variableType" : "PutConferencePreferenceRequest",
"documentation" : "",
"simpleType" : "PutConferencePreferenceRequest",
"variableSetterType" : "PutConferencePreferenceRequest"
},
"methodName" : "putConferencePreference",
"operationName" : "PutConferencePreference",
"paginated" : false,
"returnType" : {
"returnType" : "PutConferencePreferenceResponse",
"documentation" : null
},
"syncReturnType" : "PutConferencePreferenceResponse"
},
"PutInvitationConfiguration" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures the email template for the user enrollment invitation with the specified attributes.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutInvitationConfigurationRequest",
"variableName" : "putInvitationConfigurationRequest",
"variableType" : "PutInvitationConfigurationRequest",
"documentation" : "",
"simpleType" : "PutInvitationConfigurationRequest",
"variableSetterType" : "PutInvitationConfigurationRequest"
},
"methodName" : "putInvitationConfiguration",
"operationName" : "PutInvitationConfiguration",
"paginated" : false,
"returnType" : {
"returnType" : "PutInvitationConfigurationResponse",
"documentation" : null
},
"syncReturnType" : "PutInvitationConfigurationResponse"
},
"PutRoomSkillParameter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutRoomSkillParameterRequest",
"variableName" : "putRoomSkillParameterRequest",
"variableType" : "PutRoomSkillParameterRequest",
"documentation" : "",
"simpleType" : "PutRoomSkillParameterRequest",
"variableSetterType" : "PutRoomSkillParameterRequest"
},
"methodName" : "putRoomSkillParameter",
"operationName" : "PutRoomSkillParameter",
"paginated" : false,
"returnType" : {
"returnType" : "PutRoomSkillParameterResponse",
"documentation" : null
},
"syncReturnType" : "PutRoomSkillParameterResponse"
},
"PutSkillAuthorization" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Links a user's account to a third-party skill provider. If this API operation is called by an assumed IAM role, the skill being linked must be a private skill. Also, the skill must be owned by the AWS account that assumed the IAM role.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The caller has no permissions to operate on the resource involved in the API call.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutSkillAuthorizationRequest",
"variableName" : "putSkillAuthorizationRequest",
"variableType" : "PutSkillAuthorizationRequest",
"documentation" : "",
"simpleType" : "PutSkillAuthorizationRequest",
"variableSetterType" : "PutSkillAuthorizationRequest"
},
"methodName" : "putSkillAuthorization",
"operationName" : "PutSkillAuthorization",
"paginated" : false,
"returnType" : {
"returnType" : "PutSkillAuthorizationResponse",
"documentation" : null
},
"syncReturnType" : "PutSkillAuthorizationResponse"
},
"RegisterAVSDevice" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidDeviceException",
"documentation" : "The device is in an invalid state.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RegisterAvsDeviceRequest",
"variableName" : "registerAvsDeviceRequest",
"variableType" : "RegisterAvsDeviceRequest",
"documentation" : "",
"simpleType" : "RegisterAvsDeviceRequest",
"variableSetterType" : "RegisterAvsDeviceRequest"
},
"methodName" : "registerAVSDevice",
"operationName" : "RegisterAVSDevice",
"paginated" : false,
"returnType" : {
"returnType" : "RegisterAvsDeviceResponse",
"documentation" : null
},
"syncReturnType" : "RegisterAvsDeviceResponse"
},
"RejectSkill" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a skill from the organization under a user's AWS account. If the skill is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill that is rejected can be added later by calling the ApproveSkill API.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RejectSkillRequest",
"variableName" : "rejectSkillRequest",
"variableType" : "RejectSkillRequest",
"documentation" : "",
"simpleType" : "RejectSkillRequest",
"variableSetterType" : "RejectSkillRequest"
},
"methodName" : "rejectSkill",
"operationName" : "RejectSkill",
"paginated" : false,
"returnType" : {
"returnType" : "RejectSkillResponse",
"documentation" : null
},
"syncReturnType" : "RejectSkillResponse"
},
"ResolveRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Determines the details for the room from which a skill request was invoked. This operation is used by skill developers.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ResolveRoomRequest",
"variableName" : "resolveRoomRequest",
"variableType" : "ResolveRoomRequest",
"documentation" : "",
"simpleType" : "ResolveRoomRequest",
"variableSetterType" : "ResolveRoomRequest"
},
"methodName" : "resolveRoom",
"operationName" : "ResolveRoom",
"paginated" : false,
"returnType" : {
"returnType" : "ResolveRoomResponse",
"documentation" : null
},
"syncReturnType" : "ResolveRoomResponse"
},
"RevokeInvitation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Revokes an invitation and invalidates the enrollment URL.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RevokeInvitationRequest",
"variableName" : "revokeInvitationRequest",
"variableType" : "RevokeInvitationRequest",
"documentation" : "",
"simpleType" : "RevokeInvitationRequest",
"variableSetterType" : "RevokeInvitationRequest"
},
"methodName" : "revokeInvitation",
"operationName" : "RevokeInvitation",
"paginated" : false,
"returnType" : {
"returnType" : "RevokeInvitationResponse",
"documentation" : null
},
"syncReturnType" : "RevokeInvitationResponse"
},
"SearchAddressBooks" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches address books and lists the ones that meet a set of filter and sort criteria.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchAddressBooksRequest",
"variableName" : "searchAddressBooksRequest",
"variableType" : "SearchAddressBooksRequest",
"documentation" : "",
"simpleType" : "SearchAddressBooksRequest",
"variableSetterType" : "SearchAddressBooksRequest"
},
"methodName" : "searchAddressBooks",
"operationName" : "SearchAddressBooks",
"paginated" : true,
"returnType" : {
"returnType" : "SearchAddressBooksResponse",
"documentation" : null
},
"syncReturnType" : "SearchAddressBooksResponse"
},
"SearchContacts" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches contacts and lists the ones that meet a set of filter and sort criteria.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchContactsRequest",
"variableName" : "searchContactsRequest",
"variableType" : "SearchContactsRequest",
"documentation" : "",
"simpleType" : "SearchContactsRequest",
"variableSetterType" : "SearchContactsRequest"
},
"methodName" : "searchContacts",
"operationName" : "SearchContacts",
"paginated" : true,
"returnType" : {
"returnType" : "SearchContactsResponse",
"documentation" : null
},
"syncReturnType" : "SearchContactsResponse"
},
"SearchDevices" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches devices and lists the ones that meet a set of filter criteria.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchDevicesRequest",
"variableName" : "searchDevicesRequest",
"variableType" : "SearchDevicesRequest",
"documentation" : "",
"simpleType" : "SearchDevicesRequest",
"variableSetterType" : "SearchDevicesRequest"
},
"methodName" : "searchDevices",
"operationName" : "SearchDevices",
"paginated" : true,
"returnType" : {
"returnType" : "SearchDevicesResponse",
"documentation" : null
},
"syncReturnType" : "SearchDevicesResponse"
},
"SearchNetworkProfiles" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches network profiles and lists the ones that meet a set of filter and sort criteria.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchNetworkProfilesRequest",
"variableName" : "searchNetworkProfilesRequest",
"variableType" : "SearchNetworkProfilesRequest",
"documentation" : "",
"simpleType" : "SearchNetworkProfilesRequest",
"variableSetterType" : "SearchNetworkProfilesRequest"
},
"methodName" : "searchNetworkProfiles",
"operationName" : "SearchNetworkProfiles",
"paginated" : true,
"returnType" : {
"returnType" : "SearchNetworkProfilesResponse",
"documentation" : null
},
"syncReturnType" : "SearchNetworkProfilesResponse"
},
"SearchProfiles" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches room profiles and lists the ones that meet a set of filter criteria.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchProfilesRequest",
"variableName" : "searchProfilesRequest",
"variableType" : "SearchProfilesRequest",
"documentation" : "",
"simpleType" : "SearchProfilesRequest",
"variableSetterType" : "SearchProfilesRequest"
},
"methodName" : "searchProfiles",
"operationName" : "SearchProfiles",
"paginated" : true,
"returnType" : {
"returnType" : "SearchProfilesResponse",
"documentation" : null
},
"syncReturnType" : "SearchProfilesResponse"
},
"SearchRooms" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches rooms and lists the ones that meet a set of filter and sort criteria.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchRoomsRequest",
"variableName" : "searchRoomsRequest",
"variableType" : "SearchRoomsRequest",
"documentation" : "",
"simpleType" : "SearchRoomsRequest",
"variableSetterType" : "SearchRoomsRequest"
},
"methodName" : "searchRooms",
"operationName" : "SearchRooms",
"paginated" : true,
"returnType" : {
"returnType" : "SearchRoomsResponse",
"documentation" : null
},
"syncReturnType" : "SearchRoomsResponse"
},
"SearchSkillGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches skill groups and lists the ones that meet a set of filter and sort criteria.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchSkillGroupsRequest",
"variableName" : "searchSkillGroupsRequest",
"variableType" : "SearchSkillGroupsRequest",
"documentation" : "",
"simpleType" : "SearchSkillGroupsRequest",
"variableSetterType" : "SearchSkillGroupsRequest"
},
"methodName" : "searchSkillGroups",
"operationName" : "SearchSkillGroups",
"paginated" : true,
"returnType" : {
"returnType" : "SearchSkillGroupsResponse",
"documentation" : null
},
"syncReturnType" : "SearchSkillGroupsResponse"
},
"SearchUsers" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Searches users and lists the ones that meet a set of filter and sort criteria.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchUsersRequest",
"variableName" : "searchUsersRequest",
"variableType" : "SearchUsersRequest",
"documentation" : "",
"simpleType" : "SearchUsersRequest",
"variableSetterType" : "SearchUsersRequest"
},
"methodName" : "searchUsers",
"operationName" : "SearchUsers",
"paginated" : true,
"returnType" : {
"returnType" : "SearchUsersResponse",
"documentation" : null
},
"syncReturnType" : "SearchUsersResponse"
},
"SendAnnouncement" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You are performing an action that would put you beyond your account's limits.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The resource being created already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendAnnouncementRequest",
"variableName" : "sendAnnouncementRequest",
"variableType" : "SendAnnouncementRequest",
"documentation" : "",
"simpleType" : "SendAnnouncementRequest",
"variableSetterType" : "SendAnnouncementRequest"
},
"methodName" : "sendAnnouncement",
"operationName" : "SendAnnouncement",
"paginated" : false,
"returnType" : {
"returnType" : "SendAnnouncementResponse",
"documentation" : null
},
"syncReturnType" : "SendAnnouncementResponse"
},
"SendInvitation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sends an enrollment invitation email with a URL to a user. The URL is valid for 30 days or until you call this operation again, whichever comes first.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidUserStatusException",
"documentation" : "The attempt to update a user is invalid due to the user's current status.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendInvitationRequest",
"variableName" : "sendInvitationRequest",
"variableType" : "SendInvitationRequest",
"documentation" : "",
"simpleType" : "SendInvitationRequest",
"variableSetterType" : "SendInvitationRequest"
},
"methodName" : "sendInvitation",
"operationName" : "SendInvitation",
"paginated" : false,
"returnType" : {
"returnType" : "SendInvitationResponse",
"documentation" : null
},
"syncReturnType" : "SendInvitationResponse"
},
"StartDeviceSync" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Resets a device and its account to the known default settings. This clears all information and settings set by previous users in the following ways:
-
Bluetooth - This unpairs all bluetooth devices paired with your echo device.
-
Volume - This resets the echo device's volume to the default value.
-
Notifications - This clears all notifications from your echo device.
-
Lists - This clears all to-do items from your echo device.
-
Settings - This internally syncs the room's profile (if the device is assigned to a room), contacts, address books, delegation access for account linking, and communications (if enabled on the room profile).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "DeviceNotRegisteredException",
"documentation" : "The request failed because this device is no longer registered and therefore no longer managed by this account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartDeviceSyncRequest",
"variableName" : "startDeviceSyncRequest",
"variableType" : "StartDeviceSyncRequest",
"documentation" : "",
"simpleType" : "StartDeviceSyncRequest",
"variableSetterType" : "StartDeviceSyncRequest"
},
"methodName" : "startDeviceSync",
"operationName" : "StartDeviceSync",
"paginated" : false,
"returnType" : {
"returnType" : "StartDeviceSyncResponse",
"documentation" : null
},
"syncReturnType" : "StartDeviceSyncResponse"
},
"StartSmartHomeApplianceDiscovery" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Initiates the discovery of any smart home appliances associated with the room.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartSmartHomeApplianceDiscoveryRequest",
"variableName" : "startSmartHomeApplianceDiscoveryRequest",
"variableType" : "StartSmartHomeApplianceDiscoveryRequest",
"documentation" : "",
"simpleType" : "StartSmartHomeApplianceDiscoveryRequest",
"variableSetterType" : "StartSmartHomeApplianceDiscoveryRequest"
},
"methodName" : "startSmartHomeApplianceDiscovery",
"operationName" : "StartSmartHomeApplianceDiscovery",
"paginated" : false,
"returnType" : {
"returnType" : "StartSmartHomeApplianceDiscoveryResponse",
"documentation" : null
},
"syncReturnType" : "StartSmartHomeApplianceDiscoveryResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds metadata tags to a specified resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes metadata tags from a specified resource.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
},
"UpdateAddressBook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates address book details by the address book ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NameInUseException",
"documentation" : "The name sent in the request is already in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAddressBookRequest",
"variableName" : "updateAddressBookRequest",
"variableType" : "UpdateAddressBookRequest",
"documentation" : "",
"simpleType" : "UpdateAddressBookRequest",
"variableSetterType" : "UpdateAddressBookRequest"
},
"methodName" : "updateAddressBook",
"operationName" : "UpdateAddressBook",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateAddressBookResponse",
"documentation" : null
},
"syncReturnType" : "UpdateAddressBookResponse"
},
"UpdateBusinessReportSchedule" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the configuration of the report delivery schedule with the specified schedule ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateBusinessReportScheduleRequest",
"variableName" : "updateBusinessReportScheduleRequest",
"variableType" : "UpdateBusinessReportScheduleRequest",
"documentation" : "",
"simpleType" : "UpdateBusinessReportScheduleRequest",
"variableSetterType" : "UpdateBusinessReportScheduleRequest"
},
"methodName" : "updateBusinessReportSchedule",
"operationName" : "UpdateBusinessReportSchedule",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateBusinessReportScheduleResponse",
"documentation" : null
},
"syncReturnType" : "UpdateBusinessReportScheduleResponse"
},
"UpdateConferenceProvider" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing conference provider's settings.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateConferenceProviderRequest",
"variableName" : "updateConferenceProviderRequest",
"variableType" : "UpdateConferenceProviderRequest",
"documentation" : "",
"simpleType" : "UpdateConferenceProviderRequest",
"variableSetterType" : "UpdateConferenceProviderRequest"
},
"methodName" : "updateConferenceProvider",
"operationName" : "UpdateConferenceProvider",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateConferenceProviderResponse",
"documentation" : null
},
"syncReturnType" : "UpdateConferenceProviderResponse"
},
"UpdateContact" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the contact details by the contact ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateContactRequest",
"variableName" : "updateContactRequest",
"variableType" : "UpdateContactRequest",
"documentation" : "",
"simpleType" : "UpdateContactRequest",
"variableSetterType" : "UpdateContactRequest"
},
"methodName" : "updateContact",
"operationName" : "UpdateContact",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateContactResponse",
"documentation" : null
},
"syncReturnType" : "UpdateContactResponse"
},
"UpdateDevice" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the device name by device ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DeviceNotRegisteredException",
"documentation" : "The request failed because this device is no longer registered and therefore no longer managed by this account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateDeviceRequest",
"variableName" : "updateDeviceRequest",
"variableType" : "UpdateDeviceRequest",
"documentation" : "",
"simpleType" : "UpdateDeviceRequest",
"variableSetterType" : "UpdateDeviceRequest"
},
"methodName" : "updateDevice",
"operationName" : "UpdateDevice",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateDeviceResponse",
"documentation" : null
},
"syncReturnType" : "UpdateDeviceResponse"
},
"UpdateGateway" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the details of a gateway. If any optional field is not provided, the existing corresponding value is left unmodified.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NameInUseException",
"documentation" : "The name sent in the request is already in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateGatewayRequest",
"variableName" : "updateGatewayRequest",
"variableType" : "UpdateGatewayRequest",
"documentation" : "",
"simpleType" : "UpdateGatewayRequest",
"variableSetterType" : "UpdateGatewayRequest"
},
"methodName" : "updateGateway",
"operationName" : "UpdateGateway",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateGatewayResponse",
"documentation" : null
},
"syncReturnType" : "UpdateGatewayResponse"
},
"UpdateGatewayGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NameInUseException",
"documentation" : "The name sent in the request is already in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateGatewayGroupRequest",
"variableName" : "updateGatewayGroupRequest",
"variableType" : "UpdateGatewayGroupRequest",
"documentation" : "",
"simpleType" : "UpdateGatewayGroupRequest",
"variableSetterType" : "UpdateGatewayGroupRequest"
},
"methodName" : "updateGatewayGroup",
"operationName" : "UpdateGatewayGroup",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateGatewayGroupResponse",
"documentation" : null
},
"syncReturnType" : "UpdateGatewayGroupResponse"
},
"UpdateNetworkProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates a network profile by the network profile ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NameInUseException",
"documentation" : "The name sent in the request is already in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidCertificateAuthorityException",
"documentation" : "The Certificate Authority can't issue or revoke a certificate.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSecretsManagerResourceException",
"documentation" : "A password in SecretsManager is in an invalid state.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateNetworkProfileRequest",
"variableName" : "updateNetworkProfileRequest",
"variableType" : "UpdateNetworkProfileRequest",
"documentation" : "",
"simpleType" : "UpdateNetworkProfileRequest",
"variableSetterType" : "UpdateNetworkProfileRequest"
},
"methodName" : "updateNetworkProfile",
"operationName" : "UpdateNetworkProfile",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateNetworkProfileResponse",
"documentation" : null
},
"syncReturnType" : "UpdateNetworkProfileResponse"
},
"UpdateProfile" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing room profile by room profile ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NameInUseException",
"documentation" : "The name sent in the request is already in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateProfileRequest",
"variableName" : "updateProfileRequest",
"variableType" : "UpdateProfileRequest",
"documentation" : "",
"simpleType" : "UpdateProfileRequest",
"variableSetterType" : "UpdateProfileRequest"
},
"methodName" : "updateProfile",
"operationName" : "UpdateProfile",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateProfileResponse",
"documentation" : null
},
"syncReturnType" : "UpdateProfileResponse"
},
"UpdateRoom" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates room details by room ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NameInUseException",
"documentation" : "The name sent in the request is already in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateRoomRequest",
"variableName" : "updateRoomRequest",
"variableType" : "UpdateRoomRequest",
"documentation" : "",
"simpleType" : "UpdateRoomRequest",
"variableSetterType" : "UpdateRoomRequest"
},
"methodName" : "updateRoom",
"operationName" : "UpdateRoom",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateRoomResponse",
"documentation" : null
},
"syncReturnType" : "UpdateRoomResponse"
},
"UpdateSkillGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates skill group details by skill group ARN.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "The resource is not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NameInUseException",
"documentation" : "The name sent in the request is already in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "There is a concurrent modification of resources.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateSkillGroupRequest",
"variableName" : "updateSkillGroupRequest",
"variableType" : "UpdateSkillGroupRequest",
"documentation" : "",
"simpleType" : "UpdateSkillGroupRequest",
"variableSetterType" : "UpdateSkillGroupRequest"
},
"methodName" : "updateSkillGroup",
"operationName" : "UpdateSkillGroup",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateSkillGroupResponse",
"documentation" : null
},
"syncReturnType" : "UpdateSkillGroupResponse"
}
},
"shapes" : {
"AddressBook" : {
"c2jName" : "AddressBook",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An address book with attributes.
",
"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" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "AddressBookName",
"defaultConsumerFluentSetterDocumentation" : "The name of the address book.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the address book.
\n@return The name of the address book.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the address book.
\n@return The name of the address book.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the address book.
\n@param name The name of the address book.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "AddressBookDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the address book.
\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 #description(String)}.\n@param description 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 #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the address book.
\n@return The description of the address book.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description 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" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the address book.
\n@return The description of the address book.",
"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" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the address book.
\n@param description The description of the address book.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AddressBookArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "AddressBookDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the address book.
\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 #description(String)}.\n@param description 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 #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the address book.
\n@return The description of the address book.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description 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" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the address book.
\n@return The description of the address book.",
"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" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the address book.
\n@param description The description of the address book.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "AddressBookName",
"defaultConsumerFluentSetterDocumentation" : "The name of the address book.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the address book.
\n@return The name of the address book.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the address book.
\n@return The name of the address book.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the address book.
\n@param name The name of the address book.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "AddressBookName",
"defaultConsumerFluentSetterDocumentation" : "The name of the address book.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the address book.
\n@return The name of the address book.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the address book.
\n@return The name of the address book.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the address book.
\n@param name The name of the address book.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "AddressBookDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the address book.
\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 #description(String)}.\n@param description 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 #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the address book.
\n@return The description of the address book.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description 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" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the address book.
\n@return The description of the address book.",
"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" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the address book.
\n@param description The description of the address book.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddressBook",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddressBook",
"variableName" : "addressBook",
"variableType" : "AddressBook",
"documentation" : null,
"simpleType" : "AddressBook",
"variableSetterType" : "AddressBook"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AddressBookData" : {
"c2jName" : "AddressBookData",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Information related to an address book.
",
"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" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "AddressBookName",
"defaultConsumerFluentSetterDocumentation" : "The name of the address book.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the address book.
\n@return The name of the address book.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the address book.
\n@return The name of the address book.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the address book.
\n@param name The name of the address book.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "AddressBookDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the address book.
\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 #description(String)}.\n@param description 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 #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the address book.
\n@return The description of the address book.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description 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" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the address book.
\n@return The description of the address book.",
"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" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the address book.
\n@param description The description of the address book.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AddressBookArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "AddressBookDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the address book.
\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 #description(String)}.\n@param description 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 #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the address book.
\n@return The description of the address book.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description 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" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the address book.
\n@return The description of the address book.",
"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" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the address book.
\n@param description The description of the address book.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "AddressBookName",
"defaultConsumerFluentSetterDocumentation" : "The name of the address book.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the address book.
\n@return The name of the address book.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the address book.
\n@return The name of the address book.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the address book.
\n@param name The name of the address book.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book.
\n@return The ARN of the address book.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book.
\n@param addressBookArn The ARN of the address book.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "AddressBookName",
"defaultConsumerFluentSetterDocumentation" : "The name of the address book.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the address book.
\n@return The name of the address book.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the address book.
\n@param name The name of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the address book.
\n@return The name of the address book.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the address book.
\n@param name The name of the address book.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "AddressBookDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the address book.
\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 #description(String)}.\n@param description 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 #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the address book.
\n@return The description of the address book.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "The description of the address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description 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" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the address book.
\n@param description The description of the address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the address book.
\n@return The description of the address book.",
"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" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the address book.
\n@param description The description of the address book.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddressBookData",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddressBookData",
"variableName" : "addressBookData",
"variableType" : "AddressBookData",
"documentation" : null,
"simpleType" : "AddressBookData",
"variableSetterType" : "AddressBookData"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AlreadyExistsException" : {
"c2jName" : "AlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The resource being created already exists.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AlreadyExistsException",
"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" : "AlreadyExistsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AlreadyExistsException",
"variableName" : "alreadyExistsException",
"variableType" : "AlreadyExistsException",
"documentation" : null,
"simpleType" : "AlreadyExistsException",
"variableSetterType" : "AlreadyExistsException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ApproveSkillRequest" : {
"c2jName" : "ApproveSkillRequest",
"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" : "ApproveSkill",
"locationName" : null,
"requestUri" : "/",
"target" : "AlexaForBusiness.ApproveSkill",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the skill.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The unique identifier of the skill.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The unique identifier of the skill.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SkillId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the skill.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The unique identifier of the skill.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The unique identifier of the skill.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the skill.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The unique identifier of the skill.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The unique identifier of the skill.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SkillId" ],
"shapeName" : "ApproveSkillRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ApproveSkillRequest",
"variableName" : "approveSkillRequest",
"variableType" : "ApproveSkillRequest",
"documentation" : null,
"simpleType" : "ApproveSkillRequest",
"variableSetterType" : "ApproveSkillRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ApproveSkillResponse" : {
"c2jName" : "ApproveSkillResponse",
"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" : "ApproveSkillResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApproveSkillResponse",
"variableName" : "approveSkillResponse",
"variableType" : "ApproveSkillResponse",
"documentation" : null,
"simpleType" : "ApproveSkillResponse",
"variableSetterType" : "ApproveSkillResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateContactWithAddressBookRequest" : {
"c2jName" : "AssociateContactWithAddressBookRequest",
"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" : "AssociateContactWithAddressBook",
"locationName" : null,
"requestUri" : "/",
"target" : "AlexaForBusiness.AssociateContactWithAddressBook",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact to associate with an address book.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@return The ARN of the contact to associate with an address book.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact to associate with an address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact to associate with an address book.
\n@return The ARN of the contact to associate with an address book.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact to associate with an address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@return The ARN of the address book with which to associate the contact.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book with which to associate the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@return The ARN of the address book with which to associate the contact.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book with which to associate the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AddressBookArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@return The ARN of the address book with which to associate the contact.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book with which to associate the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@return The ARN of the address book with which to associate the contact.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book with which to associate the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ContactArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact to associate with an address book.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@return The ARN of the contact to associate with an address book.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact to associate with an address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact to associate with an address book.
\n@return The ARN of the contact to associate with an address book.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact to associate with an address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact to associate with an address book.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@return The ARN of the contact to associate with an address book.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact to associate with an address book.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact to associate with an address book.
\n@return The ARN of the contact to associate with an address book.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact to associate with an address book.
\n@param contactArn The ARN of the contact to associate with an address book.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact to associate with an address book.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAddressBookArn",
"beanStyleSetterMethodName" : "setAddressBookArn",
"c2jName" : "AddressBookArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\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 #addressBookArn(String)}.\n@param addressBookArn 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 #addressBookArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@return The ARN of the address book with which to associate the contact.\n@deprecated Use {@link #addressBookArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #addressBookArn(String)}\n",
"documentation" : "The ARN of the address book with which to associate the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AddressBookArn 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" : "hasAddressBookArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "addressBookArn",
"fluentSetterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "addressBookArn",
"getterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@return The ARN of the address book with which to associate the contact.",
"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" : "AddressBookArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AddressBookArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AddressBookArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the address book with which to associate the contact.
\n@param addressBookArn The ARN of the address book with which to associate the contact.",
"setterMethodName" : "setAddressBookArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "addressBookArn",
"variableType" : "String",
"documentation" : "The ARN of the address book with which to associate the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ContactArn", "AddressBookArn" ],
"shapeName" : "AssociateContactWithAddressBookRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateContactWithAddressBookRequest",
"variableName" : "associateContactWithAddressBookRequest",
"variableType" : "AssociateContactWithAddressBookRequest",
"documentation" : null,
"simpleType" : "AssociateContactWithAddressBookRequest",
"variableSetterType" : "AssociateContactWithAddressBookRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateContactWithAddressBookResponse" : {
"c2jName" : "AssociateContactWithAddressBookResponse",
"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" : "AssociateContactWithAddressBookResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateContactWithAddressBookResponse",
"variableName" : "associateContactWithAddressBookResponse",
"variableType" : "AssociateContactWithAddressBookResponse",
"documentation" : null,
"simpleType" : "AssociateContactWithAddressBookResponse",
"variableSetterType" : "AssociateContactWithAddressBookResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateDeviceWithNetworkProfileRequest" : {
"c2jName" : "AssociateDeviceWithNetworkProfileRequest",
"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" : "AssociateDeviceWithNetworkProfile",
"locationName" : null,
"requestUri" : "/",
"target" : "AlexaForBusiness.AssociateDeviceWithNetworkProfile",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceArn",
"beanStyleSetterMethodName" : "setDeviceArn",
"c2jName" : "DeviceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The device ARN.
\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 #deviceArn(String)}.\n@param deviceArn 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 #deviceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The device ARN.
\n@return The device ARN.\n@deprecated Use {@link #deviceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceArn(String)}\n",
"documentation" : "The device ARN.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceArn 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" : "hasDeviceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceArn",
"fluentSetterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceArn",
"getterDocumentation" : "The device ARN.
\n@return The device ARN.",
"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" : "DeviceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceArn",
"sensitive" : false,
"setterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.",
"setterMethodName" : "setDeviceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : "The device ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNetworkProfileArn",
"beanStyleSetterMethodName" : "setNetworkProfileArn",
"c2jName" : "NetworkProfileArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the network profile to associate with a device.
\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 #networkProfileArn(String)}.\n@param networkProfileArn 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 #networkProfileArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@return The ARN of the network profile to associate with a device.\n@deprecated Use {@link #networkProfileArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #networkProfileArn(String)}\n",
"documentation" : "The ARN of the network profile to associate with a device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NetworkProfileArn 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" : "hasNetworkProfileArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "networkProfileArn",
"fluentSetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "networkProfileArn",
"getterDocumentation" : "The ARN of the network profile to associate with a device.
\n@return The ARN of the network profile to associate with a device.",
"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" : "NetworkProfileArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NetworkProfileArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NetworkProfileArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.",
"setterMethodName" : "setNetworkProfileArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "networkProfileArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "networkProfileArn",
"variableType" : "String",
"documentation" : "The ARN of the network profile to associate with a device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DeviceArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceArn",
"beanStyleSetterMethodName" : "setDeviceArn",
"c2jName" : "DeviceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The device ARN.
\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 #deviceArn(String)}.\n@param deviceArn 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 #deviceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The device ARN.
\n@return The device ARN.\n@deprecated Use {@link #deviceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceArn(String)}\n",
"documentation" : "The device ARN.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceArn 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" : "hasDeviceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceArn",
"fluentSetterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceArn",
"getterDocumentation" : "The device ARN.
\n@return The device ARN.",
"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" : "DeviceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceArn",
"sensitive" : false,
"setterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.",
"setterMethodName" : "setDeviceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : "The device ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NetworkProfileArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNetworkProfileArn",
"beanStyleSetterMethodName" : "setNetworkProfileArn",
"c2jName" : "NetworkProfileArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the network profile to associate with a device.
\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 #networkProfileArn(String)}.\n@param networkProfileArn 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 #networkProfileArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@return The ARN of the network profile to associate with a device.\n@deprecated Use {@link #networkProfileArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #networkProfileArn(String)}\n",
"documentation" : "The ARN of the network profile to associate with a device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NetworkProfileArn 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" : "hasNetworkProfileArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "networkProfileArn",
"fluentSetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "networkProfileArn",
"getterDocumentation" : "The ARN of the network profile to associate with a device.
\n@return The ARN of the network profile to associate with a device.",
"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" : "NetworkProfileArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NetworkProfileArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NetworkProfileArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.",
"setterMethodName" : "setNetworkProfileArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "networkProfileArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "networkProfileArn",
"variableType" : "String",
"documentation" : "The ARN of the network profile to associate with a device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceArn",
"beanStyleSetterMethodName" : "setDeviceArn",
"c2jName" : "DeviceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The device ARN.
\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 #deviceArn(String)}.\n@param deviceArn 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 #deviceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The device ARN.
\n@return The device ARN.\n@deprecated Use {@link #deviceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceArn(String)}\n",
"documentation" : "The device ARN.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceArn 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" : "hasDeviceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceArn",
"fluentSetterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceArn",
"getterDocumentation" : "The device ARN.
\n@return The device ARN.",
"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" : "DeviceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceArn",
"sensitive" : false,
"setterDocumentation" : "The device ARN.
\n@param deviceArn The device ARN.",
"setterMethodName" : "setDeviceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : "The device ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNetworkProfileArn",
"beanStyleSetterMethodName" : "setNetworkProfileArn",
"c2jName" : "NetworkProfileArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the network profile to associate with a device.
\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 #networkProfileArn(String)}.\n@param networkProfileArn 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 #networkProfileArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@return The ARN of the network profile to associate with a device.\n@deprecated Use {@link #networkProfileArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #networkProfileArn(String)}\n",
"documentation" : "The ARN of the network profile to associate with a device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NetworkProfileArn 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" : "hasNetworkProfileArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "networkProfileArn",
"fluentSetterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "networkProfileArn",
"getterDocumentation" : "The ARN of the network profile to associate with a device.
\n@return The ARN of the network profile to associate with a device.",
"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" : "NetworkProfileArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NetworkProfileArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NetworkProfileArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the network profile to associate with a device.
\n@param networkProfileArn The ARN of the network profile to associate with a device.",
"setterMethodName" : "setNetworkProfileArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "networkProfileArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "networkProfileArn",
"variableType" : "String",
"documentation" : "The ARN of the network profile to associate with a device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DeviceArn", "NetworkProfileArn" ],
"shapeName" : "AssociateDeviceWithNetworkProfileRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateDeviceWithNetworkProfileRequest",
"variableName" : "associateDeviceWithNetworkProfileRequest",
"variableType" : "AssociateDeviceWithNetworkProfileRequest",
"documentation" : null,
"simpleType" : "AssociateDeviceWithNetworkProfileRequest",
"variableSetterType" : "AssociateDeviceWithNetworkProfileRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateDeviceWithNetworkProfileResponse" : {
"c2jName" : "AssociateDeviceWithNetworkProfileResponse",
"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" : "AssociateDeviceWithNetworkProfileResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateDeviceWithNetworkProfileResponse",
"variableName" : "associateDeviceWithNetworkProfileResponse",
"variableType" : "AssociateDeviceWithNetworkProfileResponse",
"documentation" : null,
"simpleType" : "AssociateDeviceWithNetworkProfileResponse",
"variableSetterType" : "AssociateDeviceWithNetworkProfileResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateDeviceWithRoomRequest" : {
"c2jName" : "AssociateDeviceWithRoomRequest",
"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" : "AssociateDeviceWithRoom",
"locationName" : null,
"requestUri" : "/",
"target" : "AlexaForBusiness.AssociateDeviceWithRoom",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceArn",
"beanStyleSetterMethodName" : "setDeviceArn",
"c2jName" : "DeviceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\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 #deviceArn(String)}.\n@param deviceArn 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 #deviceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@return The ARN of the device to associate to a room. Required.\n@deprecated Use {@link #deviceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceArn(String)}\n",
"documentation" : "The ARN of the device to associate to a room. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceArn 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" : "hasDeviceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceArn",
"fluentSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceArn",
"getterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@return The ARN of the device to associate to a room. Required.",
"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" : "DeviceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.",
"setterMethodName" : "setDeviceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : "The ARN of the device to associate to a room. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoomArn",
"beanStyleSetterMethodName" : "setRoomArn",
"c2jName" : "RoomArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\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 #roomArn(String)}.\n@param roomArn 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 #roomArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@return The ARN of the room with which to associate the device. Required.\n@deprecated Use {@link #roomArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roomArn(String)}\n",
"documentation" : "The ARN of the room with which to associate the device. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoomArn 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" : "hasRoomArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roomArn",
"fluentSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roomArn",
"getterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@return The ARN of the room with which to associate the device. Required.",
"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" : "RoomArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoomArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoomArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.",
"setterMethodName" : "setRoomArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : "The ARN of the room with which to associate the device. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DeviceArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceArn",
"beanStyleSetterMethodName" : "setDeviceArn",
"c2jName" : "DeviceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\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 #deviceArn(String)}.\n@param deviceArn 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 #deviceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@return The ARN of the device to associate to a room. Required.\n@deprecated Use {@link #deviceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceArn(String)}\n",
"documentation" : "The ARN of the device to associate to a room. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceArn 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" : "hasDeviceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceArn",
"fluentSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceArn",
"getterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@return The ARN of the device to associate to a room. Required.",
"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" : "DeviceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.",
"setterMethodName" : "setDeviceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : "The ARN of the device to associate to a room. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RoomArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoomArn",
"beanStyleSetterMethodName" : "setRoomArn",
"c2jName" : "RoomArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\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 #roomArn(String)}.\n@param roomArn 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 #roomArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@return The ARN of the room with which to associate the device. Required.\n@deprecated Use {@link #roomArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roomArn(String)}\n",
"documentation" : "The ARN of the room with which to associate the device. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoomArn 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" : "hasRoomArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roomArn",
"fluentSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roomArn",
"getterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@return The ARN of the room with which to associate the device. Required.",
"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" : "RoomArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoomArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoomArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.",
"setterMethodName" : "setRoomArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : "The ARN of the room with which to associate the device. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceArn",
"beanStyleSetterMethodName" : "setDeviceArn",
"c2jName" : "DeviceArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\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 #deviceArn(String)}.\n@param deviceArn 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 #deviceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@return The ARN of the device to associate to a room. Required.\n@deprecated Use {@link #deviceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceArn(String)}\n",
"documentation" : "The ARN of the device to associate to a room. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceArn 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" : "hasDeviceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceArn",
"fluentSetterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceArn",
"getterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@return The ARN of the device to associate to a room. Required.",
"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" : "DeviceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the device to associate to a room. Required.
\n@param deviceArn The ARN of the device to associate to a room. Required.",
"setterMethodName" : "setDeviceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceArn",
"variableType" : "String",
"documentation" : "The ARN of the device to associate to a room. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoomArn",
"beanStyleSetterMethodName" : "setRoomArn",
"c2jName" : "RoomArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\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 #roomArn(String)}.\n@param roomArn 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 #roomArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@return The ARN of the room with which to associate the device. Required.\n@deprecated Use {@link #roomArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roomArn(String)}\n",
"documentation" : "The ARN of the room with which to associate the device. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoomArn 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" : "hasRoomArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roomArn",
"fluentSetterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roomArn",
"getterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@return The ARN of the room with which to associate the device. Required.",
"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" : "RoomArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoomArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoomArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the room with which to associate the device. Required.
\n@param roomArn The ARN of the room with which to associate the device. Required.",
"setterMethodName" : "setRoomArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : "The ARN of the room with which to associate the device. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateDeviceWithRoomRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateDeviceWithRoomRequest",
"variableName" : "associateDeviceWithRoomRequest",
"variableType" : "AssociateDeviceWithRoomRequest",
"documentation" : null,
"simpleType" : "AssociateDeviceWithRoomRequest",
"variableSetterType" : "AssociateDeviceWithRoomRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateDeviceWithRoomResponse" : {
"c2jName" : "AssociateDeviceWithRoomResponse",
"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" : "AssociateDeviceWithRoomResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateDeviceWithRoomResponse",
"variableName" : "associateDeviceWithRoomResponse",
"variableType" : "AssociateDeviceWithRoomResponse",
"documentation" : null,
"simpleType" : "AssociateDeviceWithRoomResponse",
"variableSetterType" : "AssociateDeviceWithRoomResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateSkillGroupWithRoomRequest" : {
"c2jName" : "AssociateSkillGroupWithRoomRequest",
"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" : "AssociateSkillGroupWithRoom",
"locationName" : null,
"requestUri" : "/",
"target" : "AlexaForBusiness.AssociateSkillGroupWithRoom",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillGroupArn",
"beanStyleSetterMethodName" : "setSkillGroupArn",
"c2jName" : "SkillGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\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 #skillGroupArn(String)}.\n@param skillGroupArn 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 #skillGroupArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@return The ARN of the skill group to associate with a room. Required.\n@deprecated Use {@link #skillGroupArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillGroupArn(String)}\n",
"documentation" : "The ARN of the skill group to associate with a room. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillGroupArn 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" : "hasSkillGroupArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillGroupArn",
"fluentSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillGroupArn",
"getterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@return The ARN of the skill group to associate with a room. Required.",
"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" : "SkillGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillGroupArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.",
"setterMethodName" : "setSkillGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : "The ARN of the skill group to associate with a room. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoomArn",
"beanStyleSetterMethodName" : "setRoomArn",
"c2jName" : "RoomArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\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 #roomArn(String)}.\n@param roomArn 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 #roomArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@return The ARN of the room with which to associate the skill group. Required.\n@deprecated Use {@link #roomArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roomArn(String)}\n",
"documentation" : "The ARN of the room with which to associate the skill group. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoomArn 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" : "hasRoomArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roomArn",
"fluentSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roomArn",
"getterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@return The ARN of the room with which to associate the skill group. Required.",
"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" : "RoomArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoomArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoomArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.",
"setterMethodName" : "setRoomArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : "The ARN of the room with which to associate the skill group. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RoomArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoomArn",
"beanStyleSetterMethodName" : "setRoomArn",
"c2jName" : "RoomArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\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 #roomArn(String)}.\n@param roomArn 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 #roomArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@return The ARN of the room with which to associate the skill group. Required.\n@deprecated Use {@link #roomArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roomArn(String)}\n",
"documentation" : "The ARN of the room with which to associate the skill group. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoomArn 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" : "hasRoomArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roomArn",
"fluentSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roomArn",
"getterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@return The ARN of the room with which to associate the skill group. Required.",
"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" : "RoomArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoomArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoomArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.",
"setterMethodName" : "setRoomArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : "The ARN of the room with which to associate the skill group. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SkillGroupArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillGroupArn",
"beanStyleSetterMethodName" : "setSkillGroupArn",
"c2jName" : "SkillGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\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 #skillGroupArn(String)}.\n@param skillGroupArn 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 #skillGroupArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@return The ARN of the skill group to associate with a room. Required.\n@deprecated Use {@link #skillGroupArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillGroupArn(String)}\n",
"documentation" : "The ARN of the skill group to associate with a room. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillGroupArn 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" : "hasSkillGroupArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillGroupArn",
"fluentSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillGroupArn",
"getterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@return The ARN of the skill group to associate with a room. Required.",
"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" : "SkillGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillGroupArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.",
"setterMethodName" : "setSkillGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : "The ARN of the skill group to associate with a room. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillGroupArn",
"beanStyleSetterMethodName" : "setSkillGroupArn",
"c2jName" : "SkillGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\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 #skillGroupArn(String)}.\n@param skillGroupArn 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 #skillGroupArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@return The ARN of the skill group to associate with a room. Required.\n@deprecated Use {@link #skillGroupArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillGroupArn(String)}\n",
"documentation" : "The ARN of the skill group to associate with a room. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillGroupArn 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" : "hasSkillGroupArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillGroupArn",
"fluentSetterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillGroupArn",
"getterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@return The ARN of the skill group to associate with a room. Required.",
"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" : "SkillGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillGroupArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the skill group to associate with a room. Required.
\n@param skillGroupArn The ARN of the skill group to associate with a room. Required.",
"setterMethodName" : "setSkillGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : "The ARN of the skill group to associate with a room. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoomArn",
"beanStyleSetterMethodName" : "setRoomArn",
"c2jName" : "RoomArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\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 #roomArn(String)}.\n@param roomArn 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 #roomArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@return The ARN of the room with which to associate the skill group. Required.\n@deprecated Use {@link #roomArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roomArn(String)}\n",
"documentation" : "The ARN of the room with which to associate the skill group. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoomArn 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" : "hasRoomArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roomArn",
"fluentSetterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roomArn",
"getterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@return The ARN of the room with which to associate the skill group. Required.",
"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" : "RoomArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoomArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoomArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the room with which to associate the skill group. Required.
\n@param roomArn The ARN of the room with which to associate the skill group. Required.",
"setterMethodName" : "setRoomArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roomArn",
"variableType" : "String",
"documentation" : "The ARN of the room with which to associate the skill group. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateSkillGroupWithRoomRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateSkillGroupWithRoomRequest",
"variableName" : "associateSkillGroupWithRoomRequest",
"variableType" : "AssociateSkillGroupWithRoomRequest",
"documentation" : null,
"simpleType" : "AssociateSkillGroupWithRoomRequest",
"variableSetterType" : "AssociateSkillGroupWithRoomRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateSkillGroupWithRoomResponse" : {
"c2jName" : "AssociateSkillGroupWithRoomResponse",
"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" : "AssociateSkillGroupWithRoomResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateSkillGroupWithRoomResponse",
"variableName" : "associateSkillGroupWithRoomResponse",
"variableType" : "AssociateSkillGroupWithRoomResponse",
"documentation" : null,
"simpleType" : "AssociateSkillGroupWithRoomResponse",
"variableSetterType" : "AssociateSkillGroupWithRoomResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateSkillWithSkillGroupRequest" : {
"c2jName" : "AssociateSkillWithSkillGroupRequest",
"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" : "AssociateSkillWithSkillGroup",
"locationName" : null,
"requestUri" : "/",
"target" : "AlexaForBusiness.AssociateSkillWithSkillGroup",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillGroupArn",
"beanStyleSetterMethodName" : "setSkillGroupArn",
"c2jName" : "SkillGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\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 #skillGroupArn(String)}.\n@param skillGroupArn 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 #skillGroupArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@return The ARN of the skill group to associate the skill to. Required.\n@deprecated Use {@link #skillGroupArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillGroupArn(String)}\n",
"documentation" : "The ARN of the skill group to associate the skill to. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillGroupArn 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" : "hasSkillGroupArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillGroupArn",
"fluentSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillGroupArn",
"getterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@return The ARN of the skill group to associate the skill to. Required.",
"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" : "SkillGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillGroupArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.",
"setterMethodName" : "setSkillGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : "The ARN of the skill group to associate the skill to. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the skill.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The unique identifier of the skill.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The unique identifier of the skill.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SkillGroupArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillGroupArn",
"beanStyleSetterMethodName" : "setSkillGroupArn",
"c2jName" : "SkillGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\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 #skillGroupArn(String)}.\n@param skillGroupArn 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 #skillGroupArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@return The ARN of the skill group to associate the skill to. Required.\n@deprecated Use {@link #skillGroupArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillGroupArn(String)}\n",
"documentation" : "The ARN of the skill group to associate the skill to. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillGroupArn 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" : "hasSkillGroupArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillGroupArn",
"fluentSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillGroupArn",
"getterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@return The ARN of the skill group to associate the skill to. Required.",
"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" : "SkillGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillGroupArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.",
"setterMethodName" : "setSkillGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : "The ARN of the skill group to associate the skill to. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SkillId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the skill.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The unique identifier of the skill.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The unique identifier of the skill.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillGroupArn",
"beanStyleSetterMethodName" : "setSkillGroupArn",
"c2jName" : "SkillGroupArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\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 #skillGroupArn(String)}.\n@param skillGroupArn 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 #skillGroupArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@return The ARN of the skill group to associate the skill to. Required.\n@deprecated Use {@link #skillGroupArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillGroupArn(String)}\n",
"documentation" : "The ARN of the skill group to associate the skill to. Required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillGroupArn 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" : "hasSkillGroupArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillGroupArn",
"fluentSetterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillGroupArn",
"getterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@return The ARN of the skill group to associate the skill to. Required.",
"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" : "SkillGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillGroupArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the skill group to associate the skill to. Required.
\n@param skillGroupArn The ARN of the skill group to associate the skill to. Required.",
"setterMethodName" : "setSkillGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillGroupArn",
"variableType" : "String",
"documentation" : "The ARN of the skill group to associate the skill to. Required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier of the skill.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The unique identifier of the skill.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The unique identifier of the skill.
\n@return The unique identifier of the skill.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The unique identifier of the skill.
\n@param skillId The unique identifier of the skill.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The unique identifier of the skill.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SkillId" ],
"shapeName" : "AssociateSkillWithSkillGroupRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateSkillWithSkillGroupRequest",
"variableName" : "associateSkillWithSkillGroupRequest",
"variableType" : "AssociateSkillWithSkillGroupRequest",
"documentation" : null,
"simpleType" : "AssociateSkillWithSkillGroupRequest",
"variableSetterType" : "AssociateSkillWithSkillGroupRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateSkillWithSkillGroupResponse" : {
"c2jName" : "AssociateSkillWithSkillGroupResponse",
"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" : "AssociateSkillWithSkillGroupResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateSkillWithSkillGroupResponse",
"variableName" : "associateSkillWithSkillGroupResponse",
"variableType" : "AssociateSkillWithSkillGroupResponse",
"documentation" : null,
"simpleType" : "AssociateSkillWithSkillGroupResponse",
"variableSetterType" : "AssociateSkillWithSkillGroupResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateSkillWithUsersRequest" : {
"c2jName" : "AssociateSkillWithUsersRequest",
"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" : "AssociateSkillWithUsers",
"locationName" : null,
"requestUri" : "/",
"target" : "AlexaForBusiness.AssociateSkillWithUsers",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@return The private skill ID you want to make available to enrolled users.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The private skill ID you want to make available to enrolled users.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@return The private skill ID you want to make available to enrolled users.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The private skill ID you want to make available to enrolled users.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SkillId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@return The private skill ID you want to make available to enrolled users.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The private skill ID you want to make available to enrolled users.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@return The private skill ID you want to make available to enrolled users.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The private skill ID you want to make available to enrolled users.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSkillId",
"beanStyleSetterMethodName" : "setSkillId",
"c2jName" : "SkillId",
"c2jShape" : "SkillId",
"defaultConsumerFluentSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\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 #skillId(String)}.\n@param skillId 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 #skillId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@return The private skill ID you want to make available to enrolled users.\n@deprecated Use {@link #skillId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #skillId(String)}\n",
"documentation" : "The private skill ID you want to make available to enrolled users.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SkillId 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" : "hasSkillId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "skillId",
"fluentSetterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "skillId",
"getterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@return The private skill ID you want to make available to enrolled users.",
"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" : "SkillId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SkillId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SkillId",
"sensitive" : false,
"setterDocumentation" : "The private skill ID you want to make available to enrolled users.
\n@param skillId The private skill ID you want to make available to enrolled users.",
"setterMethodName" : "setSkillId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "skillId",
"variableType" : "String",
"documentation" : "The private skill ID you want to make available to enrolled users.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SkillId" ],
"shapeName" : "AssociateSkillWithUsersRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateSkillWithUsersRequest",
"variableName" : "associateSkillWithUsersRequest",
"variableType" : "AssociateSkillWithUsersRequest",
"documentation" : null,
"simpleType" : "AssociateSkillWithUsersRequest",
"variableSetterType" : "AssociateSkillWithUsersRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateSkillWithUsersResponse" : {
"c2jName" : "AssociateSkillWithUsersResponse",
"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" : "AssociateSkillWithUsersResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateSkillWithUsersResponse",
"variableName" : "associateSkillWithUsersResponse",
"variableType" : "AssociateSkillWithUsersResponse",
"documentation" : null,
"simpleType" : "AssociateSkillWithUsersResponse",
"variableSetterType" : "AssociateSkillWithUsersResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Audio" : {
"c2jName" : "Audio",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The audio message. There is a 1 MB limit on the audio file input and the only supported format is MP3. To convert your MP3 audio files to an Alexa-friendly,
required codec version (MPEG version 2) and bit rate (48 kbps), you might use converter software. One option for this is a command-line tool, FFmpeg. For more information, see FFmpeg. The following command converts the provided <input-file> to an MP3 file that is played in the announcement:
ffmpeg -i <input-file> -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000 <output-file.mp3>
",
"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" : "getLocale",
"beanStyleSetterMethodName" : "setLocale",
"c2jName" : "Locale",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\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 #localeAsString(String)}.\n@param locale 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 #locale(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@deprecated Use {@link #localeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #locale(String)}\n",
"documentation" : "The locale of the audio message. Currently, en-US is supported.
",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Locale 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" : "hasLocale",
"fluentEnumGetterMethodName" : "locale",
"fluentEnumSetterMethodName" : "locale",
"fluentGetterMethodName" : "localeAsString",
"fluentSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "locale",
"getterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return The locale of the audio message. Currently, en-US is supported.\n@see Locale",
"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" : "Locale",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Locale",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Locale",
"sensitive" : false,
"setterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale",
"setterMethodName" : "setLocale",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : "The locale of the audio message. Currently, en-US is supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "AudioLocation",
"defaultConsumerFluentSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\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 #location(String)}.\n@param location 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 #location(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@return The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n",
"documentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location 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" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@return The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.",
"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" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Locale" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocale",
"beanStyleSetterMethodName" : "setLocale",
"c2jName" : "Locale",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\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 #localeAsString(String)}.\n@param locale 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 #locale(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@deprecated Use {@link #localeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #locale(String)}\n",
"documentation" : "The locale of the audio message. Currently, en-US is supported.
",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Locale 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" : "hasLocale",
"fluentEnumGetterMethodName" : "locale",
"fluentEnumSetterMethodName" : "locale",
"fluentGetterMethodName" : "localeAsString",
"fluentSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "locale",
"getterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return The locale of the audio message. Currently, en-US is supported.\n@see Locale",
"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" : "Locale",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Locale",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Locale",
"sensitive" : false,
"setterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale",
"setterMethodName" : "setLocale",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : "The locale of the audio message. Currently, en-US is supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Location" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "AudioLocation",
"defaultConsumerFluentSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\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 #location(String)}.\n@param location 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 #location(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@return The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n",
"documentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location 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" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@return The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.",
"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" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocale",
"beanStyleSetterMethodName" : "setLocale",
"c2jName" : "Locale",
"c2jShape" : "Locale",
"defaultConsumerFluentSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\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 #localeAsString(String)}.\n@param locale 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 #locale(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@deprecated Use {@link #localeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale\n@deprecated Use {@link #locale(String)}\n",
"documentation" : "The locale of the audio message. Currently, en-US is supported.
",
"endpointDiscoveryId" : false,
"enumType" : "Locale",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Locale 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" : "hasLocale",
"fluentEnumGetterMethodName" : "locale",
"fluentEnumSetterMethodName" : "locale",
"fluentGetterMethodName" : "localeAsString",
"fluentSetterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale\n@return Returns a reference to this object so that method calls can be chained together.\n@see Locale",
"fluentSetterMethodName" : "locale",
"getterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #locale} will return {@link Locale#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #localeAsString}.\n
\n@return The locale of the audio message. Currently, en-US is supported.\n@see Locale",
"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" : "Locale",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Locale",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Locale",
"sensitive" : false,
"setterDocumentation" : "The locale of the audio message. Currently, en-US is supported.
\n@param locale The locale of the audio message. Currently, en-US is supported.\n@see Locale",
"setterMethodName" : "setLocale",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "locale",
"variableType" : "String",
"documentation" : "The locale of the audio message. Currently, en-US is supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "AudioLocation",
"defaultConsumerFluentSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\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 #location(String)}.\n@param location 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 #location(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@return The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n",
"documentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location 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" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@return The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.",
"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" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
\n@param location The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Locale", "Location" ],
"shapeName" : "Audio",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Audio",
"variableName" : "audio",
"variableType" : "Audio",
"documentation" : null,
"simpleType" : "Audio",
"variableSetterType" : "Audio"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReport" : {
"c2jName" : "BusinessReport",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Usage report with specified parameters.
",
"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" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "BusinessReportStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BusinessReportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BusinessReportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus",
"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" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureCode",
"beanStyleSetterMethodName" : "setFailureCode",
"c2jName" : "FailureCode",
"c2jShape" : "BusinessReportFailureCode",
"defaultConsumerFluentSetterDocumentation" : "The failure code.
\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 #failureCodeAsString(String)}.\n@param failureCode 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 #failureCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The failure code.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link BusinessReportFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n
\n@return The failure code.\n@see BusinessReportFailureCode\n@deprecated Use {@link #failureCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFailureCode\n@deprecated Use {@link #failureCode(String)}\n",
"documentation" : "The failure code.
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportFailureCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureCode 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" : "hasFailureCode",
"fluentEnumGetterMethodName" : "failureCode",
"fluentEnumSetterMethodName" : "failureCode",
"fluentGetterMethodName" : "failureCodeAsString",
"fluentSetterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFailureCode",
"fluentSetterMethodName" : "failureCode",
"getterDocumentation" : "The failure code.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link BusinessReportFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n
\n@return The failure code.\n@see BusinessReportFailureCode",
"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" : "FailureCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureCode",
"sensitive" : false,
"setterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode",
"setterMethodName" : "setFailureCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureCode",
"variableType" : "String",
"documentation" : "The failure code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3Location",
"beanStyleSetterMethodName" : "setS3Location",
"c2jName" : "S3Location",
"c2jShape" : "BusinessReportS3Location",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the output reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportS3Location.Builder} avoiding the need to create one manually via {@link BusinessReportS3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportS3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(BusinessReportS3Location)}.\n@param s3Location a consumer that will call methods on {@link BusinessReportS3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(BusinessReportS3Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the output reports.
\n@return The S3 location of the output reports.\n@deprecated Use {@link #s3Location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(BusinessReportS3Location)}\n",
"documentation" : "The S3 location of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3Location 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" : "hasS3Location",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Location",
"fluentSetterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Location",
"getterDocumentation" : "The S3 location of the output reports.
\n@return The S3 location of the output reports.",
"getterModel" : {
"returnType" : "BusinessReportS3Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Location",
"sensitive" : false,
"setterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.",
"setterMethodName" : "setS3Location",
"setterModel" : {
"variableDeclarationType" : "BusinessReportS3Location",
"variableName" : "s3Location",
"variableType" : "BusinessReportS3Location",
"documentation" : null,
"simpleType" : "BusinessReportS3Location",
"variableSetterType" : "BusinessReportS3Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportS3Location",
"variableName" : "s3Location",
"variableType" : "BusinessReportS3Location",
"documentation" : "The S3 location of the output reports.
",
"simpleType" : "BusinessReportS3Location",
"variableSetterType" : "BusinessReportS3Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeliveryTime",
"beanStyleSetterMethodName" : "setDeliveryTime",
"c2jName" : "DeliveryTime",
"c2jShape" : "BusinessReportDeliveryTime",
"defaultConsumerFluentSetterDocumentation" : "The time of report delivery.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #deliveryTime(Instant)}.\n@param deliveryTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time of report delivery.
\n@return The time of report delivery.\n@deprecated Use {@link #deliveryTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deliveryTime(Instant)}\n",
"documentation" : "The time of report delivery.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeliveryTime 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" : "hasDeliveryTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deliveryTime",
"fluentSetterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deliveryTime",
"getterDocumentation" : "The time of report delivery.
\n@return The time of report delivery.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeliveryTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeliveryTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "DeliveryTime",
"sensitive" : false,
"setterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.",
"setterMethodName" : "setDeliveryTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deliveryTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deliveryTime",
"variableType" : "java.time.Instant",
"documentation" : "The time of report delivery.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUrl",
"beanStyleSetterMethodName" : "setDownloadUrl",
"c2jName" : "DownloadUrl",
"c2jShape" : "BusinessReportDownloadUrl",
"defaultConsumerFluentSetterDocumentation" : "The download link where a user can download the report.
\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 #downloadUrl(String)}.\n@param downloadUrl 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 #downloadUrl(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The download link where a user can download the report.
\n@return The download link where a user can download the report.\n@deprecated Use {@link #downloadUrl()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUrl(String)}\n",
"documentation" : "The download link where a user can download the report.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUrl 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" : "hasDownloadUrl",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUrl",
"fluentSetterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUrl",
"getterDocumentation" : "The download link where a user can download the report.
\n@return The download link where a user can download the report.",
"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" : "DownloadUrl",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUrl",
"sensitive" : false,
"setterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.",
"setterMethodName" : "setDownloadUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUrl",
"variableType" : "String",
"documentation" : "The download link where a user can download the report.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DeliveryTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeliveryTime",
"beanStyleSetterMethodName" : "setDeliveryTime",
"c2jName" : "DeliveryTime",
"c2jShape" : "BusinessReportDeliveryTime",
"defaultConsumerFluentSetterDocumentation" : "The time of report delivery.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #deliveryTime(Instant)}.\n@param deliveryTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time of report delivery.
\n@return The time of report delivery.\n@deprecated Use {@link #deliveryTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deliveryTime(Instant)}\n",
"documentation" : "The time of report delivery.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeliveryTime 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" : "hasDeliveryTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deliveryTime",
"fluentSetterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deliveryTime",
"getterDocumentation" : "The time of report delivery.
\n@return The time of report delivery.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeliveryTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeliveryTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "DeliveryTime",
"sensitive" : false,
"setterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.",
"setterMethodName" : "setDeliveryTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deliveryTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deliveryTime",
"variableType" : "java.time.Instant",
"documentation" : "The time of report delivery.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DownloadUrl" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUrl",
"beanStyleSetterMethodName" : "setDownloadUrl",
"c2jName" : "DownloadUrl",
"c2jShape" : "BusinessReportDownloadUrl",
"defaultConsumerFluentSetterDocumentation" : "The download link where a user can download the report.
\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 #downloadUrl(String)}.\n@param downloadUrl 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 #downloadUrl(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The download link where a user can download the report.
\n@return The download link where a user can download the report.\n@deprecated Use {@link #downloadUrl()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUrl(String)}\n",
"documentation" : "The download link where a user can download the report.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUrl 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" : "hasDownloadUrl",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUrl",
"fluentSetterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUrl",
"getterDocumentation" : "The download link where a user can download the report.
\n@return The download link where a user can download the report.",
"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" : "DownloadUrl",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUrl",
"sensitive" : false,
"setterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.",
"setterMethodName" : "setDownloadUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUrl",
"variableType" : "String",
"documentation" : "The download link where a user can download the report.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureCode",
"beanStyleSetterMethodName" : "setFailureCode",
"c2jName" : "FailureCode",
"c2jShape" : "BusinessReportFailureCode",
"defaultConsumerFluentSetterDocumentation" : "The failure code.
\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 #failureCodeAsString(String)}.\n@param failureCode 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 #failureCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The failure code.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link BusinessReportFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n
\n@return The failure code.\n@see BusinessReportFailureCode\n@deprecated Use {@link #failureCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFailureCode\n@deprecated Use {@link #failureCode(String)}\n",
"documentation" : "The failure code.
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportFailureCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureCode 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" : "hasFailureCode",
"fluentEnumGetterMethodName" : "failureCode",
"fluentEnumSetterMethodName" : "failureCode",
"fluentGetterMethodName" : "failureCodeAsString",
"fluentSetterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFailureCode",
"fluentSetterMethodName" : "failureCode",
"getterDocumentation" : "The failure code.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link BusinessReportFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n
\n@return The failure code.\n@see BusinessReportFailureCode",
"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" : "FailureCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureCode",
"sensitive" : false,
"setterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode",
"setterMethodName" : "setFailureCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureCode",
"variableType" : "String",
"documentation" : "The failure code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"S3Location" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3Location",
"beanStyleSetterMethodName" : "setS3Location",
"c2jName" : "S3Location",
"c2jShape" : "BusinessReportS3Location",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the output reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportS3Location.Builder} avoiding the need to create one manually via {@link BusinessReportS3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportS3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(BusinessReportS3Location)}.\n@param s3Location a consumer that will call methods on {@link BusinessReportS3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(BusinessReportS3Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the output reports.
\n@return The S3 location of the output reports.\n@deprecated Use {@link #s3Location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(BusinessReportS3Location)}\n",
"documentation" : "The S3 location of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3Location 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" : "hasS3Location",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Location",
"fluentSetterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Location",
"getterDocumentation" : "The S3 location of the output reports.
\n@return The S3 location of the output reports.",
"getterModel" : {
"returnType" : "BusinessReportS3Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Location",
"sensitive" : false,
"setterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.",
"setterMethodName" : "setS3Location",
"setterModel" : {
"variableDeclarationType" : "BusinessReportS3Location",
"variableName" : "s3Location",
"variableType" : "BusinessReportS3Location",
"documentation" : null,
"simpleType" : "BusinessReportS3Location",
"variableSetterType" : "BusinessReportS3Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportS3Location",
"variableName" : "s3Location",
"variableType" : "BusinessReportS3Location",
"documentation" : "The S3 location of the output reports.
",
"simpleType" : "BusinessReportS3Location",
"variableSetterType" : "BusinessReportS3Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "BusinessReportStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BusinessReportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BusinessReportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus",
"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" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "BusinessReportStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BusinessReportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status 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" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link BusinessReportStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus",
"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" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
\n@param status The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).\n@see BusinessReportStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureCode",
"beanStyleSetterMethodName" : "setFailureCode",
"c2jName" : "FailureCode",
"c2jShape" : "BusinessReportFailureCode",
"defaultConsumerFluentSetterDocumentation" : "The failure code.
\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 #failureCodeAsString(String)}.\n@param failureCode 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 #failureCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The failure code.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link BusinessReportFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n
\n@return The failure code.\n@see BusinessReportFailureCode\n@deprecated Use {@link #failureCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFailureCode\n@deprecated Use {@link #failureCode(String)}\n",
"documentation" : "The failure code.
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportFailureCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureCode 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" : "hasFailureCode",
"fluentEnumGetterMethodName" : "failureCode",
"fluentEnumSetterMethodName" : "failureCode",
"fluentGetterMethodName" : "failureCodeAsString",
"fluentSetterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFailureCode",
"fluentSetterMethodName" : "failureCode",
"getterDocumentation" : "The failure code.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureCode} will return {@link BusinessReportFailureCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureCodeAsString}.\n
\n@return The failure code.\n@see BusinessReportFailureCode",
"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" : "FailureCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureCode",
"sensitive" : false,
"setterDocumentation" : "The failure code.
\n@param failureCode The failure code.\n@see BusinessReportFailureCode",
"setterMethodName" : "setFailureCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureCode",
"variableType" : "String",
"documentation" : "The failure code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3Location",
"beanStyleSetterMethodName" : "setS3Location",
"c2jName" : "S3Location",
"c2jShape" : "BusinessReportS3Location",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the output reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportS3Location.Builder} avoiding the need to create one manually via {@link BusinessReportS3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportS3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(BusinessReportS3Location)}.\n@param s3Location a consumer that will call methods on {@link BusinessReportS3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(BusinessReportS3Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the output reports.
\n@return The S3 location of the output reports.\n@deprecated Use {@link #s3Location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(BusinessReportS3Location)}\n",
"documentation" : "The S3 location of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3Location 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" : "hasS3Location",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Location",
"fluentSetterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Location",
"getterDocumentation" : "The S3 location of the output reports.
\n@return The S3 location of the output reports.",
"getterModel" : {
"returnType" : "BusinessReportS3Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Location",
"sensitive" : false,
"setterDocumentation" : "The S3 location of the output reports.
\n@param s3Location The S3 location of the output reports.",
"setterMethodName" : "setS3Location",
"setterModel" : {
"variableDeclarationType" : "BusinessReportS3Location",
"variableName" : "s3Location",
"variableType" : "BusinessReportS3Location",
"documentation" : null,
"simpleType" : "BusinessReportS3Location",
"variableSetterType" : "BusinessReportS3Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportS3Location",
"variableName" : "s3Location",
"variableType" : "BusinessReportS3Location",
"documentation" : "The S3 location of the output reports.
",
"simpleType" : "BusinessReportS3Location",
"variableSetterType" : "BusinessReportS3Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeliveryTime",
"beanStyleSetterMethodName" : "setDeliveryTime",
"c2jName" : "DeliveryTime",
"c2jShape" : "BusinessReportDeliveryTime",
"defaultConsumerFluentSetterDocumentation" : "The time of report delivery.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #deliveryTime(Instant)}.\n@param deliveryTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deliveryTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time of report delivery.
\n@return The time of report delivery.\n@deprecated Use {@link #deliveryTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deliveryTime(Instant)}\n",
"documentation" : "The time of report delivery.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeliveryTime 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" : "hasDeliveryTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deliveryTime",
"fluentSetterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deliveryTime",
"getterDocumentation" : "The time of report delivery.
\n@return The time of report delivery.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeliveryTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeliveryTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "DeliveryTime",
"sensitive" : false,
"setterDocumentation" : "The time of report delivery.
\n@param deliveryTime The time of report delivery.",
"setterMethodName" : "setDeliveryTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deliveryTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deliveryTime",
"variableType" : "java.time.Instant",
"documentation" : "The time of report delivery.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUrl",
"beanStyleSetterMethodName" : "setDownloadUrl",
"c2jName" : "DownloadUrl",
"c2jShape" : "BusinessReportDownloadUrl",
"defaultConsumerFluentSetterDocumentation" : "The download link where a user can download the report.
\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 #downloadUrl(String)}.\n@param downloadUrl 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 #downloadUrl(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The download link where a user can download the report.
\n@return The download link where a user can download the report.\n@deprecated Use {@link #downloadUrl()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUrl(String)}\n",
"documentation" : "The download link where a user can download the report.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUrl 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" : "hasDownloadUrl",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUrl",
"fluentSetterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUrl",
"getterDocumentation" : "The download link where a user can download the report.
\n@return The download link where a user can download the report.",
"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" : "DownloadUrl",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUrl",
"sensitive" : false,
"setterDocumentation" : "The download link where a user can download the report.
\n@param downloadUrl The download link where a user can download the report.",
"setterMethodName" : "setDownloadUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUrl",
"variableType" : "String",
"documentation" : "The download link where a user can download the report.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BusinessReport",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReport",
"variableName" : "businessReport",
"variableType" : "BusinessReport",
"documentation" : null,
"simpleType" : "BusinessReport",
"variableSetterType" : "BusinessReport"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReportContentRange" : {
"c2jName" : "BusinessReportContentRange",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The content range of the report.
",
"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" : "getInterval",
"beanStyleSetterMethodName" : "setInterval",
"c2jName" : "Interval",
"c2jShape" : "BusinessReportInterval",
"defaultConsumerFluentSetterDocumentation" : "The interval of the content range.
\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 #intervalAsString(String)}.\n@param interval 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 #interval(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The interval of the content range.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #interval} will return {@link BusinessReportInterval#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #intervalAsString}.\n
\n@return The interval of the content range.\n@see BusinessReportInterval\n@deprecated Use {@link #intervalAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportInterval\n@deprecated Use {@link #interval(String)}\n",
"documentation" : "The interval of the content range.
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportInterval",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Interval 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" : "hasInterval",
"fluentEnumGetterMethodName" : "interval",
"fluentEnumSetterMethodName" : "interval",
"fluentGetterMethodName" : "intervalAsString",
"fluentSetterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportInterval",
"fluentSetterMethodName" : "interval",
"getterDocumentation" : "The interval of the content range.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #interval} will return {@link BusinessReportInterval#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #intervalAsString}.\n
\n@return The interval of the content range.\n@see BusinessReportInterval",
"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" : "Interval",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Interval",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Interval",
"sensitive" : false,
"setterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval",
"setterMethodName" : "setInterval",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "interval",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "interval",
"variableType" : "String",
"documentation" : "The interval of the content range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Interval" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getInterval",
"beanStyleSetterMethodName" : "setInterval",
"c2jName" : "Interval",
"c2jShape" : "BusinessReportInterval",
"defaultConsumerFluentSetterDocumentation" : "The interval of the content range.
\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 #intervalAsString(String)}.\n@param interval 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 #interval(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The interval of the content range.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #interval} will return {@link BusinessReportInterval#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #intervalAsString}.\n
\n@return The interval of the content range.\n@see BusinessReportInterval\n@deprecated Use {@link #intervalAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportInterval\n@deprecated Use {@link #interval(String)}\n",
"documentation" : "The interval of the content range.
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportInterval",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Interval 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" : "hasInterval",
"fluentEnumGetterMethodName" : "interval",
"fluentEnumSetterMethodName" : "interval",
"fluentGetterMethodName" : "intervalAsString",
"fluentSetterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportInterval",
"fluentSetterMethodName" : "interval",
"getterDocumentation" : "The interval of the content range.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #interval} will return {@link BusinessReportInterval#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #intervalAsString}.\n
\n@return The interval of the content range.\n@see BusinessReportInterval",
"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" : "Interval",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Interval",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Interval",
"sensitive" : false,
"setterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval",
"setterMethodName" : "setInterval",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "interval",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "interval",
"variableType" : "String",
"documentation" : "The interval of the content range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getInterval",
"beanStyleSetterMethodName" : "setInterval",
"c2jName" : "Interval",
"c2jShape" : "BusinessReportInterval",
"defaultConsumerFluentSetterDocumentation" : "The interval of the content range.
\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 #intervalAsString(String)}.\n@param interval 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 #interval(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The interval of the content range.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #interval} will return {@link BusinessReportInterval#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #intervalAsString}.\n
\n@return The interval of the content range.\n@see BusinessReportInterval\n@deprecated Use {@link #intervalAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportInterval\n@deprecated Use {@link #interval(String)}\n",
"documentation" : "The interval of the content range.
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportInterval",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Interval 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" : "hasInterval",
"fluentEnumGetterMethodName" : "interval",
"fluentEnumSetterMethodName" : "interval",
"fluentGetterMethodName" : "intervalAsString",
"fluentSetterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportInterval",
"fluentSetterMethodName" : "interval",
"getterDocumentation" : "The interval of the content range.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #interval} will return {@link BusinessReportInterval#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #intervalAsString}.\n
\n@return The interval of the content range.\n@see BusinessReportInterval",
"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" : "Interval",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Interval",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Interval",
"sensitive" : false,
"setterDocumentation" : "The interval of the content range.
\n@param interval The interval of the content range.\n@see BusinessReportInterval",
"setterMethodName" : "setInterval",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "interval",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "interval",
"variableType" : "String",
"documentation" : "The interval of the content range.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BusinessReportContentRange",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReportContentRange",
"variableName" : "businessReportContentRange",
"variableType" : "BusinessReportContentRange",
"documentation" : null,
"simpleType" : "BusinessReportContentRange",
"variableSetterType" : "BusinessReportContentRange"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReportFailureCode" : {
"c2jName" : "BusinessReportFailureCode",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "ACCESS_DENIED",
"value" : "ACCESS_DENIED"
}, {
"name" : "NO_SUCH_BUCKET",
"value" : "NO_SUCH_BUCKET"
}, {
"name" : "INTERNAL_FAILURE",
"value" : "INTERNAL_FAILURE"
} ],
"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" : "BusinessReportFailureCode",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReportFailureCode",
"variableName" : "businessReportFailureCode",
"variableType" : "BusinessReportFailureCode",
"documentation" : null,
"simpleType" : "BusinessReportFailureCode",
"variableSetterType" : "BusinessReportFailureCode"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReportFormat" : {
"c2jName" : "BusinessReportFormat",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "CSV",
"value" : "CSV"
}, {
"name" : "CSV_ZIP",
"value" : "CSV_ZIP"
} ],
"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" : "BusinessReportFormat",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReportFormat",
"variableName" : "businessReportFormat",
"variableType" : "BusinessReportFormat",
"documentation" : null,
"simpleType" : "BusinessReportFormat",
"variableSetterType" : "BusinessReportFormat"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReportInterval" : {
"c2jName" : "BusinessReportInterval",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "ONE_DAY",
"value" : "ONE_DAY"
}, {
"name" : "ONE_WEEK",
"value" : "ONE_WEEK"
}, {
"name" : "THIRTY_DAYS",
"value" : "THIRTY_DAYS"
} ],
"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" : "BusinessReportInterval",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReportInterval",
"variableName" : "businessReportInterval",
"variableType" : "BusinessReportInterval",
"documentation" : null,
"simpleType" : "BusinessReportInterval",
"variableSetterType" : "BusinessReportInterval"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReportRecurrence" : {
"c2jName" : "BusinessReportRecurrence",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The recurrence of the reports.
",
"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" : "getStartDate",
"beanStyleSetterMethodName" : "setStartDate",
"c2jName" : "StartDate",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The start date.
\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 #startDate(String)}.\n@param startDate 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 #startDate(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The start date.
\n@return The start date.\n@deprecated Use {@link #startDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The start date.
\n@param startDate The start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startDate(String)}\n",
"documentation" : "The start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartDate 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" : "hasStartDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startDate",
"fluentSetterDocumentation" : "The start date.
\n@param startDate The start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startDate",
"getterDocumentation" : "The start date.
\n@return The start date.",
"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" : "StartDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StartDate",
"sensitive" : false,
"setterDocumentation" : "The start date.
\n@param startDate The start date.",
"setterMethodName" : "setStartDate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startDate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startDate",
"variableType" : "String",
"documentation" : "The start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StartDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartDate",
"beanStyleSetterMethodName" : "setStartDate",
"c2jName" : "StartDate",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The start date.
\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 #startDate(String)}.\n@param startDate 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 #startDate(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The start date.
\n@return The start date.\n@deprecated Use {@link #startDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The start date.
\n@param startDate The start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startDate(String)}\n",
"documentation" : "The start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartDate 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" : "hasStartDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startDate",
"fluentSetterDocumentation" : "The start date.
\n@param startDate The start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startDate",
"getterDocumentation" : "The start date.
\n@return The start date.",
"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" : "StartDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StartDate",
"sensitive" : false,
"setterDocumentation" : "The start date.
\n@param startDate The start date.",
"setterMethodName" : "setStartDate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startDate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startDate",
"variableType" : "String",
"documentation" : "The start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartDate",
"beanStyleSetterMethodName" : "setStartDate",
"c2jName" : "StartDate",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The start date.
\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 #startDate(String)}.\n@param startDate 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 #startDate(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The start date.
\n@return The start date.\n@deprecated Use {@link #startDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The start date.
\n@param startDate The start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startDate(String)}\n",
"documentation" : "The start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartDate 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" : "hasStartDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startDate",
"fluentSetterDocumentation" : "The start date.
\n@param startDate The start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startDate",
"getterDocumentation" : "The start date.
\n@return The start date.",
"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" : "StartDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StartDate",
"sensitive" : false,
"setterDocumentation" : "The start date.
\n@param startDate The start date.",
"setterMethodName" : "setStartDate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startDate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startDate",
"variableType" : "String",
"documentation" : "The start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BusinessReportRecurrence",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReportRecurrence",
"variableName" : "businessReportRecurrence",
"variableType" : "BusinessReportRecurrence",
"documentation" : null,
"simpleType" : "BusinessReportRecurrence",
"variableSetterType" : "BusinessReportRecurrence"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReportS3Location" : {
"c2jName" : "BusinessReportS3Location",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The S3 location of the output reports.
",
"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" : "getPath",
"beanStyleSetterMethodName" : "setPath",
"c2jName" : "Path",
"c2jShape" : "BusinessReportS3Path",
"defaultConsumerFluentSetterDocumentation" : "The path of the business report.
\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 #path(String)}.\n@param path 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 #path(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The path of the business report.
\n@return The path of the business report.\n@deprecated Use {@link #path()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The path of the business report.
\n@param path The path of the business report.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #path(String)}\n",
"documentation" : "The path of the business report.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Path 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" : "hasPath",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "path",
"fluentSetterDocumentation" : "The path of the business report.
\n@param path The path of the business report.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "path",
"getterDocumentation" : "The path of the business report.
\n@return The path of the business report.",
"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" : "Path",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Path",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Path",
"sensitive" : false,
"setterDocumentation" : "The path of the business report.
\n@param path The path of the business report.",
"setterMethodName" : "setPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "path",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "path",
"variableType" : "String",
"documentation" : "The path of the business report.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBucketName",
"beanStyleSetterMethodName" : "setBucketName",
"c2jName" : "BucketName",
"c2jShape" : "CustomerS3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket name of the output reports.
\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 #bucketName(String)}.\n@param bucketName 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 #bucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.\n@deprecated Use {@link #bucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n",
"documentation" : "The S3 bucket name of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BucketName 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" : "hasBucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bucketName",
"fluentSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bucketName",
"getterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.",
"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" : "BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BucketName",
"sensitive" : false,
"setterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.",
"setterMethodName" : "setBucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketName",
"variableType" : "String",
"documentation" : "The S3 bucket name of the output reports.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BucketName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBucketName",
"beanStyleSetterMethodName" : "setBucketName",
"c2jName" : "BucketName",
"c2jShape" : "CustomerS3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket name of the output reports.
\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 #bucketName(String)}.\n@param bucketName 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 #bucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.\n@deprecated Use {@link #bucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n",
"documentation" : "The S3 bucket name of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BucketName 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" : "hasBucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bucketName",
"fluentSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bucketName",
"getterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.",
"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" : "BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BucketName",
"sensitive" : false,
"setterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.",
"setterMethodName" : "setBucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketName",
"variableType" : "String",
"documentation" : "The S3 bucket name of the output reports.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Path" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPath",
"beanStyleSetterMethodName" : "setPath",
"c2jName" : "Path",
"c2jShape" : "BusinessReportS3Path",
"defaultConsumerFluentSetterDocumentation" : "The path of the business report.
\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 #path(String)}.\n@param path 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 #path(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The path of the business report.
\n@return The path of the business report.\n@deprecated Use {@link #path()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The path of the business report.
\n@param path The path of the business report.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #path(String)}\n",
"documentation" : "The path of the business report.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Path 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" : "hasPath",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "path",
"fluentSetterDocumentation" : "The path of the business report.
\n@param path The path of the business report.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "path",
"getterDocumentation" : "The path of the business report.
\n@return The path of the business report.",
"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" : "Path",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Path",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Path",
"sensitive" : false,
"setterDocumentation" : "The path of the business report.
\n@param path The path of the business report.",
"setterMethodName" : "setPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "path",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "path",
"variableType" : "String",
"documentation" : "The path of the business report.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPath",
"beanStyleSetterMethodName" : "setPath",
"c2jName" : "Path",
"c2jShape" : "BusinessReportS3Path",
"defaultConsumerFluentSetterDocumentation" : "The path of the business report.
\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 #path(String)}.\n@param path 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 #path(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The path of the business report.
\n@return The path of the business report.\n@deprecated Use {@link #path()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The path of the business report.
\n@param path The path of the business report.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #path(String)}\n",
"documentation" : "The path of the business report.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Path 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" : "hasPath",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "path",
"fluentSetterDocumentation" : "The path of the business report.
\n@param path The path of the business report.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "path",
"getterDocumentation" : "The path of the business report.
\n@return The path of the business report.",
"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" : "Path",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Path",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Path",
"sensitive" : false,
"setterDocumentation" : "The path of the business report.
\n@param path The path of the business report.",
"setterMethodName" : "setPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "path",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "path",
"variableType" : "String",
"documentation" : "The path of the business report.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBucketName",
"beanStyleSetterMethodName" : "setBucketName",
"c2jName" : "BucketName",
"c2jShape" : "CustomerS3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket name of the output reports.
\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 #bucketName(String)}.\n@param bucketName 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 #bucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.\n@deprecated Use {@link #bucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucketName(String)}\n",
"documentation" : "The S3 bucket name of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BucketName 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" : "hasBucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bucketName",
"fluentSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bucketName",
"getterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.",
"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" : "BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BucketName",
"sensitive" : false,
"setterDocumentation" : "The S3 bucket name of the output reports.
\n@param bucketName The S3 bucket name of the output reports.",
"setterMethodName" : "setBucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketName",
"variableType" : "String",
"documentation" : "The S3 bucket name of the output reports.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BusinessReportS3Location",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReportS3Location",
"variableName" : "businessReportS3Location",
"variableType" : "BusinessReportS3Location",
"documentation" : null,
"simpleType" : "BusinessReportS3Location",
"variableSetterType" : "BusinessReportS3Location"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReportSchedule" : {
"c2jName" : "BusinessReportSchedule",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The schedule of the usage report.
",
"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" : "getScheduleArn",
"beanStyleSetterMethodName" : "setScheduleArn",
"c2jName" : "ScheduleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the business report schedule.
\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 #scheduleArn(String)}.\n@param scheduleArn 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 #scheduleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the business report schedule.
\n@return The ARN of the business report schedule.\n@deprecated Use {@link #scheduleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleArn(String)}\n",
"documentation" : "The ARN of the business report schedule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleArn 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" : "hasScheduleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleArn",
"fluentSetterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleArn",
"getterDocumentation" : "The ARN of the business report schedule.
\n@return The ARN of the business report schedule.",
"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" : "ScheduleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.",
"setterMethodName" : "setScheduleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleArn",
"variableType" : "String",
"documentation" : "The ARN of the business report schedule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleName",
"beanStyleSetterMethodName" : "setScheduleName",
"c2jName" : "ScheduleName",
"c2jShape" : "BusinessReportScheduleName",
"defaultConsumerFluentSetterDocumentation" : "The name identifier of the schedule.
\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 #scheduleName(String)}.\n@param scheduleName 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 #scheduleName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name identifier of the schedule.
\n@return The name identifier of the schedule.\n@deprecated Use {@link #scheduleName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleName(String)}\n",
"documentation" : "The name identifier of the schedule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleName 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" : "hasScheduleName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleName",
"fluentSetterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleName",
"getterDocumentation" : "The name identifier of the schedule.
\n@return The name identifier of the schedule.",
"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" : "ScheduleName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleName",
"sensitive" : false,
"setterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.",
"setterMethodName" : "setScheduleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleName",
"variableType" : "String",
"documentation" : "The name identifier of the schedule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "S3BucketName",
"c2jShape" : "CustomerS3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket name of the output reports.
\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 #s3BucketName(String)}.\n@param s3BucketName 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 #s3BucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.\n@deprecated Use {@link #s3BucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3BucketName(String)}\n",
"documentation" : "The S3 bucket name of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3BucketName 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" : "hasS3BucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.",
"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" : "S3BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3BucketName",
"sensitive" : false,
"setterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The S3 bucket name of the output reports.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3KeyPrefix",
"beanStyleSetterMethodName" : "setS3KeyPrefix",
"c2jName" : "S3KeyPrefix",
"c2jShape" : "S3KeyPrefix",
"defaultConsumerFluentSetterDocumentation" : "The S3 key where the report is delivered.
\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 #s3KeyPrefix(String)}.\n@param s3KeyPrefix 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 #s3KeyPrefix(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 key where the report is delivered.
\n@return The S3 key where the report is delivered.\n@deprecated Use {@link #s3KeyPrefix()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3KeyPrefix(String)}\n",
"documentation" : "The S3 key where the report is delivered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3KeyPrefix 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" : "hasS3KeyPrefix",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3KeyPrefix",
"fluentSetterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3KeyPrefix",
"getterDocumentation" : "The S3 key where the report is delivered.
\n@return The S3 key where the report is delivered.",
"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" : "S3KeyPrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3KeyPrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3KeyPrefix",
"sensitive" : false,
"setterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.",
"setterMethodName" : "setS3KeyPrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"documentation" : "The S3 key where the report is delivered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFormat",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "BusinessReportFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\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 #formatAsString(String)}.\n@param format 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 #format(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link BusinessReportFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@deprecated Use {@link #formatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFormat\n@deprecated Use {@link #format(String)}\n",
"documentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Format 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" : "hasFormat",
"fluentEnumGetterMethodName" : "format",
"fluentEnumSetterMethodName" : "format",
"fluentGetterMethodName" : "formatAsString",
"fluentSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFormat",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link BusinessReportFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat",
"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" : "Format",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Format",
"sensitive" : false,
"setterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContentRange",
"beanStyleSetterMethodName" : "setContentRange",
"c2jName" : "ContentRange",
"c2jShape" : "BusinessReportContentRange",
"defaultConsumerFluentSetterDocumentation" : "The content range of the reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportContentRange.Builder} avoiding the need to create one manually via {@link BusinessReportContentRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportContentRange.Builder#build()} is called immediately and its result is passed to {@link #contentRange(BusinessReportContentRange)}.\n@param contentRange a consumer that will call methods on {@link BusinessReportContentRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentRange(BusinessReportContentRange)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The content range of the reports.
\n@return The content range of the reports.\n@deprecated Use {@link #contentRange()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRange(BusinessReportContentRange)}\n",
"documentation" : "The content range of the reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContentRange 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" : "hasContentRange",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contentRange",
"fluentSetterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contentRange",
"getterDocumentation" : "The content range of the reports.
\n@return The content range of the reports.",
"getterModel" : {
"returnType" : "BusinessReportContentRange",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ContentRange",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContentRange",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ContentRange",
"sensitive" : false,
"setterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.",
"setterMethodName" : "setContentRange",
"setterModel" : {
"variableDeclarationType" : "BusinessReportContentRange",
"variableName" : "contentRange",
"variableType" : "BusinessReportContentRange",
"documentation" : null,
"simpleType" : "BusinessReportContentRange",
"variableSetterType" : "BusinessReportContentRange"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportContentRange",
"variableName" : "contentRange",
"variableType" : "BusinessReportContentRange",
"documentation" : "The content range of the reports.
",
"simpleType" : "BusinessReportContentRange",
"variableSetterType" : "BusinessReportContentRange"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRecurrence",
"beanStyleSetterMethodName" : "setRecurrence",
"c2jName" : "Recurrence",
"c2jShape" : "BusinessReportRecurrence",
"defaultConsumerFluentSetterDocumentation" : "The recurrence of the reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportRecurrence.Builder} avoiding the need to create one manually via {@link BusinessReportRecurrence#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportRecurrence.Builder#build()} is called immediately and its result is passed to {@link #recurrence(BusinessReportRecurrence)}.\n@param recurrence a consumer that will call methods on {@link BusinessReportRecurrence.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurrence(BusinessReportRecurrence)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The recurrence of the reports.
\n@return The recurrence of the reports.\n@deprecated Use {@link #recurrence()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recurrence(BusinessReportRecurrence)}\n",
"documentation" : "The recurrence of the reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Recurrence 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" : "hasRecurrence",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recurrence",
"fluentSetterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recurrence",
"getterDocumentation" : "The recurrence of the reports.
\n@return The recurrence of the reports.",
"getterModel" : {
"returnType" : "BusinessReportRecurrence",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Recurrence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Recurrence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Recurrence",
"sensitive" : false,
"setterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.",
"setterMethodName" : "setRecurrence",
"setterModel" : {
"variableDeclarationType" : "BusinessReportRecurrence",
"variableName" : "recurrence",
"variableType" : "BusinessReportRecurrence",
"documentation" : null,
"simpleType" : "BusinessReportRecurrence",
"variableSetterType" : "BusinessReportRecurrence"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportRecurrence",
"variableName" : "recurrence",
"variableType" : "BusinessReportRecurrence",
"documentation" : "The recurrence of the reports.
",
"simpleType" : "BusinessReportRecurrence",
"variableSetterType" : "BusinessReportRecurrence"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastBusinessReport",
"beanStyleSetterMethodName" : "setLastBusinessReport",
"c2jName" : "LastBusinessReport",
"c2jShape" : "BusinessReport",
"defaultConsumerFluentSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\nThis is a convenience that creates an instance of the {@link BusinessReport.Builder} avoiding the need to create one manually via {@link BusinessReport#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReport.Builder#build()} is called immediately and its result is passed to {@link #lastBusinessReport(BusinessReport)}.\n@param lastBusinessReport a consumer that will call methods on {@link BusinessReport.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastBusinessReport(BusinessReport)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@return The details of the last business report delivery for a specified time interval.\n@deprecated Use {@link #lastBusinessReport()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastBusinessReport(BusinessReport)}\n",
"documentation" : "The details of the last business report delivery for a specified time interval.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastBusinessReport 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" : "hasLastBusinessReport",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastBusinessReport",
"fluentSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastBusinessReport",
"getterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@return The details of the last business report delivery for a specified time interval.",
"getterModel" : {
"returnType" : "BusinessReport",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastBusinessReport",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastBusinessReport",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LastBusinessReport",
"sensitive" : false,
"setterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.",
"setterMethodName" : "setLastBusinessReport",
"setterModel" : {
"variableDeclarationType" : "BusinessReport",
"variableName" : "lastBusinessReport",
"variableType" : "BusinessReport",
"documentation" : null,
"simpleType" : "BusinessReport",
"variableSetterType" : "BusinessReport"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReport",
"variableName" : "lastBusinessReport",
"variableType" : "BusinessReport",
"documentation" : "The details of the last business report delivery for a specified time interval.
",
"simpleType" : "BusinessReport",
"variableSetterType" : "BusinessReport"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ContentRange" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContentRange",
"beanStyleSetterMethodName" : "setContentRange",
"c2jName" : "ContentRange",
"c2jShape" : "BusinessReportContentRange",
"defaultConsumerFluentSetterDocumentation" : "The content range of the reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportContentRange.Builder} avoiding the need to create one manually via {@link BusinessReportContentRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportContentRange.Builder#build()} is called immediately and its result is passed to {@link #contentRange(BusinessReportContentRange)}.\n@param contentRange a consumer that will call methods on {@link BusinessReportContentRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentRange(BusinessReportContentRange)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The content range of the reports.
\n@return The content range of the reports.\n@deprecated Use {@link #contentRange()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRange(BusinessReportContentRange)}\n",
"documentation" : "The content range of the reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContentRange 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" : "hasContentRange",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contentRange",
"fluentSetterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contentRange",
"getterDocumentation" : "The content range of the reports.
\n@return The content range of the reports.",
"getterModel" : {
"returnType" : "BusinessReportContentRange",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ContentRange",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContentRange",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ContentRange",
"sensitive" : false,
"setterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.",
"setterMethodName" : "setContentRange",
"setterModel" : {
"variableDeclarationType" : "BusinessReportContentRange",
"variableName" : "contentRange",
"variableType" : "BusinessReportContentRange",
"documentation" : null,
"simpleType" : "BusinessReportContentRange",
"variableSetterType" : "BusinessReportContentRange"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportContentRange",
"variableName" : "contentRange",
"variableType" : "BusinessReportContentRange",
"documentation" : "The content range of the reports.
",
"simpleType" : "BusinessReportContentRange",
"variableSetterType" : "BusinessReportContentRange"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Format" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFormat",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "BusinessReportFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\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 #formatAsString(String)}.\n@param format 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 #format(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link BusinessReportFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@deprecated Use {@link #formatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFormat\n@deprecated Use {@link #format(String)}\n",
"documentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Format 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" : "hasFormat",
"fluentEnumGetterMethodName" : "format",
"fluentEnumSetterMethodName" : "format",
"fluentGetterMethodName" : "formatAsString",
"fluentSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFormat",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link BusinessReportFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat",
"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" : "Format",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Format",
"sensitive" : false,
"setterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastBusinessReport" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastBusinessReport",
"beanStyleSetterMethodName" : "setLastBusinessReport",
"c2jName" : "LastBusinessReport",
"c2jShape" : "BusinessReport",
"defaultConsumerFluentSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\nThis is a convenience that creates an instance of the {@link BusinessReport.Builder} avoiding the need to create one manually via {@link BusinessReport#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReport.Builder#build()} is called immediately and its result is passed to {@link #lastBusinessReport(BusinessReport)}.\n@param lastBusinessReport a consumer that will call methods on {@link BusinessReport.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastBusinessReport(BusinessReport)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@return The details of the last business report delivery for a specified time interval.\n@deprecated Use {@link #lastBusinessReport()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastBusinessReport(BusinessReport)}\n",
"documentation" : "The details of the last business report delivery for a specified time interval.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastBusinessReport 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" : "hasLastBusinessReport",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastBusinessReport",
"fluentSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastBusinessReport",
"getterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@return The details of the last business report delivery for a specified time interval.",
"getterModel" : {
"returnType" : "BusinessReport",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastBusinessReport",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastBusinessReport",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LastBusinessReport",
"sensitive" : false,
"setterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.",
"setterMethodName" : "setLastBusinessReport",
"setterModel" : {
"variableDeclarationType" : "BusinessReport",
"variableName" : "lastBusinessReport",
"variableType" : "BusinessReport",
"documentation" : null,
"simpleType" : "BusinessReport",
"variableSetterType" : "BusinessReport"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReport",
"variableName" : "lastBusinessReport",
"variableType" : "BusinessReport",
"documentation" : "The details of the last business report delivery for a specified time interval.
",
"simpleType" : "BusinessReport",
"variableSetterType" : "BusinessReport"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Recurrence" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRecurrence",
"beanStyleSetterMethodName" : "setRecurrence",
"c2jName" : "Recurrence",
"c2jShape" : "BusinessReportRecurrence",
"defaultConsumerFluentSetterDocumentation" : "The recurrence of the reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportRecurrence.Builder} avoiding the need to create one manually via {@link BusinessReportRecurrence#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportRecurrence.Builder#build()} is called immediately and its result is passed to {@link #recurrence(BusinessReportRecurrence)}.\n@param recurrence a consumer that will call methods on {@link BusinessReportRecurrence.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurrence(BusinessReportRecurrence)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The recurrence of the reports.
\n@return The recurrence of the reports.\n@deprecated Use {@link #recurrence()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recurrence(BusinessReportRecurrence)}\n",
"documentation" : "The recurrence of the reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Recurrence 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" : "hasRecurrence",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recurrence",
"fluentSetterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recurrence",
"getterDocumentation" : "The recurrence of the reports.
\n@return The recurrence of the reports.",
"getterModel" : {
"returnType" : "BusinessReportRecurrence",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Recurrence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Recurrence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Recurrence",
"sensitive" : false,
"setterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.",
"setterMethodName" : "setRecurrence",
"setterModel" : {
"variableDeclarationType" : "BusinessReportRecurrence",
"variableName" : "recurrence",
"variableType" : "BusinessReportRecurrence",
"documentation" : null,
"simpleType" : "BusinessReportRecurrence",
"variableSetterType" : "BusinessReportRecurrence"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportRecurrence",
"variableName" : "recurrence",
"variableType" : "BusinessReportRecurrence",
"documentation" : "The recurrence of the reports.
",
"simpleType" : "BusinessReportRecurrence",
"variableSetterType" : "BusinessReportRecurrence"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"S3BucketName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "S3BucketName",
"c2jShape" : "CustomerS3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket name of the output reports.
\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 #s3BucketName(String)}.\n@param s3BucketName 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 #s3BucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.\n@deprecated Use {@link #s3BucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3BucketName(String)}\n",
"documentation" : "The S3 bucket name of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3BucketName 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" : "hasS3BucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.",
"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" : "S3BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3BucketName",
"sensitive" : false,
"setterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The S3 bucket name of the output reports.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"S3KeyPrefix" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3KeyPrefix",
"beanStyleSetterMethodName" : "setS3KeyPrefix",
"c2jName" : "S3KeyPrefix",
"c2jShape" : "S3KeyPrefix",
"defaultConsumerFluentSetterDocumentation" : "The S3 key where the report is delivered.
\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 #s3KeyPrefix(String)}.\n@param s3KeyPrefix 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 #s3KeyPrefix(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 key where the report is delivered.
\n@return The S3 key where the report is delivered.\n@deprecated Use {@link #s3KeyPrefix()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3KeyPrefix(String)}\n",
"documentation" : "The S3 key where the report is delivered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3KeyPrefix 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" : "hasS3KeyPrefix",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3KeyPrefix",
"fluentSetterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3KeyPrefix",
"getterDocumentation" : "The S3 key where the report is delivered.
\n@return The S3 key where the report is delivered.",
"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" : "S3KeyPrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3KeyPrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3KeyPrefix",
"sensitive" : false,
"setterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.",
"setterMethodName" : "setS3KeyPrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"documentation" : "The S3 key where the report is delivered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ScheduleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleArn",
"beanStyleSetterMethodName" : "setScheduleArn",
"c2jName" : "ScheduleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the business report schedule.
\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 #scheduleArn(String)}.\n@param scheduleArn 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 #scheduleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the business report schedule.
\n@return The ARN of the business report schedule.\n@deprecated Use {@link #scheduleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleArn(String)}\n",
"documentation" : "The ARN of the business report schedule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleArn 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" : "hasScheduleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleArn",
"fluentSetterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleArn",
"getterDocumentation" : "The ARN of the business report schedule.
\n@return The ARN of the business report schedule.",
"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" : "ScheduleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.",
"setterMethodName" : "setScheduleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleArn",
"variableType" : "String",
"documentation" : "The ARN of the business report schedule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ScheduleName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleName",
"beanStyleSetterMethodName" : "setScheduleName",
"c2jName" : "ScheduleName",
"c2jShape" : "BusinessReportScheduleName",
"defaultConsumerFluentSetterDocumentation" : "The name identifier of the schedule.
\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 #scheduleName(String)}.\n@param scheduleName 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 #scheduleName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name identifier of the schedule.
\n@return The name identifier of the schedule.\n@deprecated Use {@link #scheduleName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleName(String)}\n",
"documentation" : "The name identifier of the schedule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleName 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" : "hasScheduleName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleName",
"fluentSetterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleName",
"getterDocumentation" : "The name identifier of the schedule.
\n@return The name identifier of the schedule.",
"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" : "ScheduleName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleName",
"sensitive" : false,
"setterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.",
"setterMethodName" : "setScheduleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleName",
"variableType" : "String",
"documentation" : "The name identifier of the schedule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleArn",
"beanStyleSetterMethodName" : "setScheduleArn",
"c2jName" : "ScheduleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the business report schedule.
\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 #scheduleArn(String)}.\n@param scheduleArn 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 #scheduleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the business report schedule.
\n@return The ARN of the business report schedule.\n@deprecated Use {@link #scheduleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleArn(String)}\n",
"documentation" : "The ARN of the business report schedule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleArn 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" : "hasScheduleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleArn",
"fluentSetterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleArn",
"getterDocumentation" : "The ARN of the business report schedule.
\n@return The ARN of the business report schedule.",
"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" : "ScheduleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the business report schedule.
\n@param scheduleArn The ARN of the business report schedule.",
"setterMethodName" : "setScheduleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleArn",
"variableType" : "String",
"documentation" : "The ARN of the business report schedule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleName",
"beanStyleSetterMethodName" : "setScheduleName",
"c2jName" : "ScheduleName",
"c2jShape" : "BusinessReportScheduleName",
"defaultConsumerFluentSetterDocumentation" : "The name identifier of the schedule.
\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 #scheduleName(String)}.\n@param scheduleName 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 #scheduleName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name identifier of the schedule.
\n@return The name identifier of the schedule.\n@deprecated Use {@link #scheduleName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleName(String)}\n",
"documentation" : "The name identifier of the schedule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleName 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" : "hasScheduleName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleName",
"fluentSetterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleName",
"getterDocumentation" : "The name identifier of the schedule.
\n@return The name identifier of the schedule.",
"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" : "ScheduleName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleName",
"sensitive" : false,
"setterDocumentation" : "The name identifier of the schedule.
\n@param scheduleName The name identifier of the schedule.",
"setterMethodName" : "setScheduleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleName",
"variableType" : "String",
"documentation" : "The name identifier of the schedule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "S3BucketName",
"c2jShape" : "CustomerS3BucketName",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket name of the output reports.
\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 #s3BucketName(String)}.\n@param s3BucketName 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 #s3BucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.\n@deprecated Use {@link #s3BucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3BucketName(String)}\n",
"documentation" : "The S3 bucket name of the output reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3BucketName 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" : "hasS3BucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The S3 bucket name of the output reports.
\n@return The S3 bucket name of the output reports.",
"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" : "S3BucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3BucketName",
"sensitive" : false,
"setterDocumentation" : "The S3 bucket name of the output reports.
\n@param s3BucketName The S3 bucket name of the output reports.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The S3 bucket name of the output reports.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3KeyPrefix",
"beanStyleSetterMethodName" : "setS3KeyPrefix",
"c2jName" : "S3KeyPrefix",
"c2jShape" : "S3KeyPrefix",
"defaultConsumerFluentSetterDocumentation" : "The S3 key where the report is delivered.
\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 #s3KeyPrefix(String)}.\n@param s3KeyPrefix 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 #s3KeyPrefix(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 key where the report is delivered.
\n@return The S3 key where the report is delivered.\n@deprecated Use {@link #s3KeyPrefix()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3KeyPrefix(String)}\n",
"documentation" : "The S3 key where the report is delivered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3KeyPrefix 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" : "hasS3KeyPrefix",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3KeyPrefix",
"fluentSetterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3KeyPrefix",
"getterDocumentation" : "The S3 key where the report is delivered.
\n@return The S3 key where the report is delivered.",
"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" : "S3KeyPrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3KeyPrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "S3KeyPrefix",
"sensitive" : false,
"setterDocumentation" : "The S3 key where the report is delivered.
\n@param s3KeyPrefix The S3 key where the report is delivered.",
"setterMethodName" : "setS3KeyPrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"documentation" : "The S3 key where the report is delivered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFormat",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "BusinessReportFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\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 #formatAsString(String)}.\n@param format 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 #format(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link BusinessReportFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@deprecated Use {@link #formatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFormat\n@deprecated Use {@link #format(String)}\n",
"documentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
",
"endpointDiscoveryId" : false,
"enumType" : "BusinessReportFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Format 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" : "hasFormat",
"fluentEnumGetterMethodName" : "format",
"fluentEnumSetterMethodName" : "format",
"fluentGetterMethodName" : "formatAsString",
"fluentSetterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see BusinessReportFormat",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link BusinessReportFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat",
"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" : "Format",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Format",
"sensitive" : false,
"setterDocumentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
\n@param format The format of the generated report (individual CSV files or zipped files of individual files).\n@see BusinessReportFormat",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The format of the generated report (individual CSV files or zipped files of individual files).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContentRange",
"beanStyleSetterMethodName" : "setContentRange",
"c2jName" : "ContentRange",
"c2jShape" : "BusinessReportContentRange",
"defaultConsumerFluentSetterDocumentation" : "The content range of the reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportContentRange.Builder} avoiding the need to create one manually via {@link BusinessReportContentRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportContentRange.Builder#build()} is called immediately and its result is passed to {@link #contentRange(BusinessReportContentRange)}.\n@param contentRange a consumer that will call methods on {@link BusinessReportContentRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentRange(BusinessReportContentRange)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The content range of the reports.
\n@return The content range of the reports.\n@deprecated Use {@link #contentRange()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRange(BusinessReportContentRange)}\n",
"documentation" : "The content range of the reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContentRange 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" : "hasContentRange",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contentRange",
"fluentSetterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contentRange",
"getterDocumentation" : "The content range of the reports.
\n@return The content range of the reports.",
"getterModel" : {
"returnType" : "BusinessReportContentRange",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ContentRange",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContentRange",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ContentRange",
"sensitive" : false,
"setterDocumentation" : "The content range of the reports.
\n@param contentRange The content range of the reports.",
"setterMethodName" : "setContentRange",
"setterModel" : {
"variableDeclarationType" : "BusinessReportContentRange",
"variableName" : "contentRange",
"variableType" : "BusinessReportContentRange",
"documentation" : null,
"simpleType" : "BusinessReportContentRange",
"variableSetterType" : "BusinessReportContentRange"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportContentRange",
"variableName" : "contentRange",
"variableType" : "BusinessReportContentRange",
"documentation" : "The content range of the reports.
",
"simpleType" : "BusinessReportContentRange",
"variableSetterType" : "BusinessReportContentRange"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRecurrence",
"beanStyleSetterMethodName" : "setRecurrence",
"c2jName" : "Recurrence",
"c2jShape" : "BusinessReportRecurrence",
"defaultConsumerFluentSetterDocumentation" : "The recurrence of the reports.
\nThis is a convenience that creates an instance of the {@link BusinessReportRecurrence.Builder} avoiding the need to create one manually via {@link BusinessReportRecurrence#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReportRecurrence.Builder#build()} is called immediately and its result is passed to {@link #recurrence(BusinessReportRecurrence)}.\n@param recurrence a consumer that will call methods on {@link BusinessReportRecurrence.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurrence(BusinessReportRecurrence)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The recurrence of the reports.
\n@return The recurrence of the reports.\n@deprecated Use {@link #recurrence()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recurrence(BusinessReportRecurrence)}\n",
"documentation" : "The recurrence of the reports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Recurrence 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" : "hasRecurrence",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recurrence",
"fluentSetterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recurrence",
"getterDocumentation" : "The recurrence of the reports.
\n@return The recurrence of the reports.",
"getterModel" : {
"returnType" : "BusinessReportRecurrence",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Recurrence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Recurrence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Recurrence",
"sensitive" : false,
"setterDocumentation" : "The recurrence of the reports.
\n@param recurrence The recurrence of the reports.",
"setterMethodName" : "setRecurrence",
"setterModel" : {
"variableDeclarationType" : "BusinessReportRecurrence",
"variableName" : "recurrence",
"variableType" : "BusinessReportRecurrence",
"documentation" : null,
"simpleType" : "BusinessReportRecurrence",
"variableSetterType" : "BusinessReportRecurrence"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReportRecurrence",
"variableName" : "recurrence",
"variableType" : "BusinessReportRecurrence",
"documentation" : "The recurrence of the reports.
",
"simpleType" : "BusinessReportRecurrence",
"variableSetterType" : "BusinessReportRecurrence"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastBusinessReport",
"beanStyleSetterMethodName" : "setLastBusinessReport",
"c2jName" : "LastBusinessReport",
"c2jShape" : "BusinessReport",
"defaultConsumerFluentSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\nThis is a convenience that creates an instance of the {@link BusinessReport.Builder} avoiding the need to create one manually via {@link BusinessReport#builder()}.\n\nWhen the {@link Consumer} completes, {@link BusinessReport.Builder#build()} is called immediately and its result is passed to {@link #lastBusinessReport(BusinessReport)}.\n@param lastBusinessReport a consumer that will call methods on {@link BusinessReport.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastBusinessReport(BusinessReport)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@return The details of the last business report delivery for a specified time interval.\n@deprecated Use {@link #lastBusinessReport()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastBusinessReport(BusinessReport)}\n",
"documentation" : "The details of the last business report delivery for a specified time interval.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastBusinessReport 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" : "hasLastBusinessReport",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastBusinessReport",
"fluentSetterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastBusinessReport",
"getterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@return The details of the last business report delivery for a specified time interval.",
"getterModel" : {
"returnType" : "BusinessReport",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastBusinessReport",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastBusinessReport",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LastBusinessReport",
"sensitive" : false,
"setterDocumentation" : "The details of the last business report delivery for a specified time interval.
\n@param lastBusinessReport The details of the last business report delivery for a specified time interval.",
"setterMethodName" : "setLastBusinessReport",
"setterModel" : {
"variableDeclarationType" : "BusinessReport",
"variableName" : "lastBusinessReport",
"variableType" : "BusinessReport",
"documentation" : null,
"simpleType" : "BusinessReport",
"variableSetterType" : "BusinessReport"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BusinessReport",
"variableName" : "lastBusinessReport",
"variableType" : "BusinessReport",
"documentation" : "The details of the last business report delivery for a specified time interval.
",
"simpleType" : "BusinessReport",
"variableSetterType" : "BusinessReport"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BusinessReportSchedule",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReportSchedule",
"variableName" : "businessReportSchedule",
"variableType" : "BusinessReportSchedule",
"documentation" : null,
"simpleType" : "BusinessReportSchedule",
"variableSetterType" : "BusinessReportSchedule"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BusinessReportStatus" : {
"c2jName" : "BusinessReportStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "RUNNING",
"value" : "RUNNING"
}, {
"name" : "SUCCEEDED",
"value" : "SUCCEEDED"
}, {
"name" : "FAILED",
"value" : "FAILED"
} ],
"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" : "BusinessReportStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BusinessReportStatus",
"variableName" : "businessReportStatus",
"variableType" : "BusinessReportStatus",
"documentation" : null,
"simpleType" : "BusinessReportStatus",
"variableSetterType" : "BusinessReportStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Category" : {
"c2jName" : "Category",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The skill store category that is shown. Alexa skills are assigned a specific skill category during creation, such as News, Social, and Sports.
",
"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" : "getCategoryId",
"beanStyleSetterMethodName" : "setCategoryId",
"c2jName" : "CategoryId",
"c2jShape" : "CategoryId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the skill store category.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #categoryId(Long)}.\n@param categoryId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryId(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the skill store category.
\n@return The ID of the skill store category.\n@deprecated Use {@link #categoryId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #categoryId(Long)}\n",
"documentation" : "The ID of the skill store category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CategoryId 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" : "hasCategoryId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryId",
"fluentSetterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryId",
"getterDocumentation" : "The ID of the skill store category.
\n@return The ID of the skill store category.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CategoryId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CategoryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CategoryId",
"sensitive" : false,
"setterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.",
"setterMethodName" : "setCategoryId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "categoryId",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "categoryId",
"variableType" : "Long",
"documentation" : "The ID of the skill store category.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCategoryName",
"beanStyleSetterMethodName" : "setCategoryName",
"c2jName" : "CategoryName",
"c2jShape" : "CategoryName",
"defaultConsumerFluentSetterDocumentation" : "The name of the skill store category.
\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 #categoryName(String)}.\n@param categoryName 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 #categoryName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the skill store category.
\n@return The name of the skill store category.\n@deprecated Use {@link #categoryName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #categoryName(String)}\n",
"documentation" : "The name of the skill store category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CategoryName 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" : "hasCategoryName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryName",
"fluentSetterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryName",
"getterDocumentation" : "The name of the skill store category.
\n@return The name of the skill store category.",
"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" : "CategoryName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CategoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryName",
"sensitive" : false,
"setterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.",
"setterMethodName" : "setCategoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryName",
"variableType" : "String",
"documentation" : "The name of the skill store category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CategoryId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCategoryId",
"beanStyleSetterMethodName" : "setCategoryId",
"c2jName" : "CategoryId",
"c2jShape" : "CategoryId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the skill store category.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #categoryId(Long)}.\n@param categoryId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryId(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the skill store category.
\n@return The ID of the skill store category.\n@deprecated Use {@link #categoryId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #categoryId(Long)}\n",
"documentation" : "The ID of the skill store category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CategoryId 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" : "hasCategoryId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryId",
"fluentSetterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryId",
"getterDocumentation" : "The ID of the skill store category.
\n@return The ID of the skill store category.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CategoryId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CategoryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CategoryId",
"sensitive" : false,
"setterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.",
"setterMethodName" : "setCategoryId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "categoryId",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "categoryId",
"variableType" : "Long",
"documentation" : "The ID of the skill store category.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CategoryName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCategoryName",
"beanStyleSetterMethodName" : "setCategoryName",
"c2jName" : "CategoryName",
"c2jShape" : "CategoryName",
"defaultConsumerFluentSetterDocumentation" : "The name of the skill store category.
\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 #categoryName(String)}.\n@param categoryName 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 #categoryName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the skill store category.
\n@return The name of the skill store category.\n@deprecated Use {@link #categoryName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #categoryName(String)}\n",
"documentation" : "The name of the skill store category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CategoryName 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" : "hasCategoryName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryName",
"fluentSetterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryName",
"getterDocumentation" : "The name of the skill store category.
\n@return The name of the skill store category.",
"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" : "CategoryName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CategoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryName",
"sensitive" : false,
"setterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.",
"setterMethodName" : "setCategoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryName",
"variableType" : "String",
"documentation" : "The name of the skill store category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCategoryId",
"beanStyleSetterMethodName" : "setCategoryId",
"c2jName" : "CategoryId",
"c2jShape" : "CategoryId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the skill store category.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #categoryId(Long)}.\n@param categoryId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryId(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the skill store category.
\n@return The ID of the skill store category.\n@deprecated Use {@link #categoryId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #categoryId(Long)}\n",
"documentation" : "The ID of the skill store category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CategoryId 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" : "hasCategoryId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryId",
"fluentSetterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryId",
"getterDocumentation" : "The ID of the skill store category.
\n@return The ID of the skill store category.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CategoryId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CategoryId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CategoryId",
"sensitive" : false,
"setterDocumentation" : "The ID of the skill store category.
\n@param categoryId The ID of the skill store category.",
"setterMethodName" : "setCategoryId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "categoryId",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "categoryId",
"variableType" : "Long",
"documentation" : "The ID of the skill store category.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCategoryName",
"beanStyleSetterMethodName" : "setCategoryName",
"c2jName" : "CategoryName",
"c2jShape" : "CategoryName",
"defaultConsumerFluentSetterDocumentation" : "The name of the skill store category.
\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 #categoryName(String)}.\n@param categoryName 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 #categoryName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the skill store category.
\n@return The name of the skill store category.\n@deprecated Use {@link #categoryName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #categoryName(String)}\n",
"documentation" : "The name of the skill store category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CategoryName 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" : "hasCategoryName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryName",
"fluentSetterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryName",
"getterDocumentation" : "The name of the skill store category.
\n@return The name of the skill store category.",
"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" : "CategoryName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CategoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryName",
"sensitive" : false,
"setterDocumentation" : "The name of the skill store category.
\n@param categoryName The name of the skill store category.",
"setterMethodName" : "setCategoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryName",
"variableType" : "String",
"documentation" : "The name of the skill store category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Category",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Category",
"variableName" : "category",
"variableType" : "Category",
"documentation" : null,
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CommsProtocol" : {
"c2jName" : "CommsProtocol",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "SIP",
"value" : "SIP"
}, {
"name" : "SIPS",
"value" : "SIPS"
}, {
"name" : "H323",
"value" : "H323"
} ],
"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" : "CommsProtocol",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CommsProtocol",
"variableName" : "commsProtocol",
"variableType" : "CommsProtocol",
"documentation" : null,
"simpleType" : "CommsProtocol",
"variableSetterType" : "CommsProtocol"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConcurrentModificationException" : {
"c2jName" : "ConcurrentModificationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "There is a concurrent modification of resources.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConcurrentModificationException",
"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" : "ConcurrentModificationException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConcurrentModificationException",
"variableName" : "concurrentModificationException",
"variableType" : "ConcurrentModificationException",
"documentation" : null,
"simpleType" : "ConcurrentModificationException",
"variableSetterType" : "ConcurrentModificationException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConferencePreference" : {
"c2jName" : "ConferencePreference",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The default conference provider that is used if no other scheduled meetings are detected.
",
"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" : "getDefaultConferenceProviderArn",
"beanStyleSetterMethodName" : "setDefaultConferenceProviderArn",
"c2jName" : "DefaultConferenceProviderArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the default conference provider.
\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 #defaultConferenceProviderArn(String)}.\n@param defaultConferenceProviderArn 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 #defaultConferenceProviderArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the default conference provider.
\n@return The ARN of the default conference provider.\n@deprecated Use {@link #defaultConferenceProviderArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultConferenceProviderArn(String)}\n",
"documentation" : "The ARN of the default conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultConferenceProviderArn 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" : "hasDefaultConferenceProviderArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultConferenceProviderArn",
"fluentSetterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultConferenceProviderArn",
"getterDocumentation" : "The ARN of the default conference provider.
\n@return The ARN of the default conference provider.",
"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" : "DefaultConferenceProviderArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultConferenceProviderArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultConferenceProviderArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.",
"setterMethodName" : "setDefaultConferenceProviderArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultConferenceProviderArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultConferenceProviderArn",
"variableType" : "String",
"documentation" : "The ARN of the default conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultConferenceProviderArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultConferenceProviderArn",
"beanStyleSetterMethodName" : "setDefaultConferenceProviderArn",
"c2jName" : "DefaultConferenceProviderArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the default conference provider.
\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 #defaultConferenceProviderArn(String)}.\n@param defaultConferenceProviderArn 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 #defaultConferenceProviderArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the default conference provider.
\n@return The ARN of the default conference provider.\n@deprecated Use {@link #defaultConferenceProviderArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultConferenceProviderArn(String)}\n",
"documentation" : "The ARN of the default conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultConferenceProviderArn 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" : "hasDefaultConferenceProviderArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultConferenceProviderArn",
"fluentSetterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultConferenceProviderArn",
"getterDocumentation" : "The ARN of the default conference provider.
\n@return The ARN of the default conference provider.",
"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" : "DefaultConferenceProviderArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultConferenceProviderArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultConferenceProviderArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.",
"setterMethodName" : "setDefaultConferenceProviderArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultConferenceProviderArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultConferenceProviderArn",
"variableType" : "String",
"documentation" : "The ARN of the default conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultConferenceProviderArn",
"beanStyleSetterMethodName" : "setDefaultConferenceProviderArn",
"c2jName" : "DefaultConferenceProviderArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the default conference provider.
\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 #defaultConferenceProviderArn(String)}.\n@param defaultConferenceProviderArn 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 #defaultConferenceProviderArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the default conference provider.
\n@return The ARN of the default conference provider.\n@deprecated Use {@link #defaultConferenceProviderArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultConferenceProviderArn(String)}\n",
"documentation" : "The ARN of the default conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultConferenceProviderArn 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" : "hasDefaultConferenceProviderArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultConferenceProviderArn",
"fluentSetterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultConferenceProviderArn",
"getterDocumentation" : "The ARN of the default conference provider.
\n@return The ARN of the default conference provider.",
"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" : "DefaultConferenceProviderArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultConferenceProviderArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultConferenceProviderArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the default conference provider.
\n@param defaultConferenceProviderArn The ARN of the default conference provider.",
"setterMethodName" : "setDefaultConferenceProviderArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultConferenceProviderArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultConferenceProviderArn",
"variableType" : "String",
"documentation" : "The ARN of the default conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConferencePreference",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConferencePreference",
"variableName" : "conferencePreference",
"variableType" : "ConferencePreference",
"documentation" : null,
"simpleType" : "ConferencePreference",
"variableSetterType" : "ConferencePreference"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConferenceProvider" : {
"c2jName" : "ConferenceProvider",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.
",
"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" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the newly created conference provider.
\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 #arn(String)}.\n@param arn 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 #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the newly created conference provider.
\n@return The ARN of the newly created conference provider.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The ARN of the newly created conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the newly created conference provider.
\n@return The ARN of the newly created conference provider.",
"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" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the newly created conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ConferenceProviderName",
"defaultConsumerFluentSetterDocumentation" : "The name of the conference provider.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the conference provider.
\n@return The name of the conference provider.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the conference provider.
\n@return The name of the conference provider.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "ConferenceProviderType",
"defaultConsumerFluentSetterDocumentation" : "The type of conference providers.
\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 #typeAsString(String)}.\n@param type 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 #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of conference providers.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ConferenceProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The type of conference providers.\n@see ConferenceProviderType\n@deprecated Use {@link #typeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConferenceProviderType\n@deprecated Use {@link #type(String)}\n",
"documentation" : "The type of conference providers.
",
"endpointDiscoveryId" : false,
"enumType" : "ConferenceProviderType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type 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" : "hasType",
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConferenceProviderType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The type of conference providers.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ConferenceProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The type of conference providers.\n@see ConferenceProviderType",
"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" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of conference providers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIpDialIn",
"beanStyleSetterMethodName" : "setIpDialIn",
"c2jName" : "IPDialIn",
"c2jShape" : "IPDialIn",
"defaultConsumerFluentSetterDocumentation" : "The IP endpoint and protocol for calling.
\nThis is a convenience that creates an instance of the {@link IPDialIn.Builder} avoiding the need to create one manually via {@link IPDialIn#builder()}.\n\nWhen the {@link Consumer} completes, {@link IPDialIn.Builder#build()} is called immediately and its result is passed to {@link #ipDialIn(IPDialIn)}.\n@param ipDialIn a consumer that will call methods on {@link IPDialIn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipDialIn(IPDialIn)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IP endpoint and protocol for calling.
\n@return The IP endpoint and protocol for calling.\n@deprecated Use {@link #ipDialIn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipDialIn(IPDialIn)}\n",
"documentation" : "The IP endpoint and protocol for calling.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IPDialIn 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" : "hasIpDialIn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipDialIn",
"fluentSetterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipDialIn",
"getterDocumentation" : "The IP endpoint and protocol for calling.
\n@return The IP endpoint and protocol for calling.",
"getterModel" : {
"returnType" : "IPDialIn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IPDialIn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPDialIn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IPDialIn",
"sensitive" : false,
"setterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.",
"setterMethodName" : "setIpDialIn",
"setterModel" : {
"variableDeclarationType" : "IPDialIn",
"variableName" : "ipDialIn",
"variableType" : "IPDialIn",
"documentation" : null,
"simpleType" : "IPDialIn",
"variableSetterType" : "IPDialIn"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IPDialIn",
"variableName" : "ipDialIn",
"variableType" : "IPDialIn",
"documentation" : "The IP endpoint and protocol for calling.
",
"simpleType" : "IPDialIn",
"variableSetterType" : "IPDialIn"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPstnDialIn",
"beanStyleSetterMethodName" : "setPstnDialIn",
"c2jName" : "PSTNDialIn",
"c2jShape" : "PSTNDialIn",
"defaultConsumerFluentSetterDocumentation" : "The information for PSTN conferencing.
\nThis is a convenience that creates an instance of the {@link PSTNDialIn.Builder} avoiding the need to create one manually via {@link PSTNDialIn#builder()}.\n\nWhen the {@link Consumer} completes, {@link PSTNDialIn.Builder#build()} is called immediately and its result is passed to {@link #pstnDialIn(PSTNDialIn)}.\n@param pstnDialIn a consumer that will call methods on {@link PSTNDialIn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pstnDialIn(PSTNDialIn)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The information for PSTN conferencing.
\n@return The information for PSTN conferencing.\n@deprecated Use {@link #pstnDialIn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pstnDialIn(PSTNDialIn)}\n",
"documentation" : "The information for PSTN conferencing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PSTNDialIn 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" : "hasPstnDialIn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pstnDialIn",
"fluentSetterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pstnDialIn",
"getterDocumentation" : "The information for PSTN conferencing.
\n@return The information for PSTN conferencing.",
"getterModel" : {
"returnType" : "PSTNDialIn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PSTNDialIn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PSTNDialIn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "PSTNDialIn",
"sensitive" : false,
"setterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.",
"setterMethodName" : "setPstnDialIn",
"setterModel" : {
"variableDeclarationType" : "PSTNDialIn",
"variableName" : "pstnDialIn",
"variableType" : "PSTNDialIn",
"documentation" : null,
"simpleType" : "PSTNDialIn",
"variableSetterType" : "PSTNDialIn"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PSTNDialIn",
"variableName" : "pstnDialIn",
"variableType" : "PSTNDialIn",
"documentation" : "The information for PSTN conferencing.
",
"simpleType" : "PSTNDialIn",
"variableSetterType" : "PSTNDialIn"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMeetingSetting",
"beanStyleSetterMethodName" : "setMeetingSetting",
"c2jName" : "MeetingSetting",
"c2jShape" : "MeetingSetting",
"defaultConsumerFluentSetterDocumentation" : "The meeting settings for the conference provider.
\nThis is a convenience that creates an instance of the {@link MeetingSetting.Builder} avoiding the need to create one manually via {@link MeetingSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link MeetingSetting.Builder#build()} is called immediately and its result is passed to {@link #meetingSetting(MeetingSetting)}.\n@param meetingSetting a consumer that will call methods on {@link MeetingSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #meetingSetting(MeetingSetting)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The meeting settings for the conference provider.
\n@return The meeting settings for the conference provider.\n@deprecated Use {@link #meetingSetting()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #meetingSetting(MeetingSetting)}\n",
"documentation" : "The meeting settings for the conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MeetingSetting 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" : "hasMeetingSetting",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "meetingSetting",
"fluentSetterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "meetingSetting",
"getterDocumentation" : "The meeting settings for the conference provider.
\n@return The meeting settings for the conference provider.",
"getterModel" : {
"returnType" : "MeetingSetting",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MeetingSetting",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MeetingSetting",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MeetingSetting",
"sensitive" : false,
"setterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.",
"setterMethodName" : "setMeetingSetting",
"setterModel" : {
"variableDeclarationType" : "MeetingSetting",
"variableName" : "meetingSetting",
"variableType" : "MeetingSetting",
"documentation" : null,
"simpleType" : "MeetingSetting",
"variableSetterType" : "MeetingSetting"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MeetingSetting",
"variableName" : "meetingSetting",
"variableType" : "MeetingSetting",
"documentation" : "The meeting settings for the conference provider.
",
"simpleType" : "MeetingSetting",
"variableSetterType" : "MeetingSetting"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the newly created conference provider.
\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 #arn(String)}.\n@param arn 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 #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the newly created conference provider.
\n@return The ARN of the newly created conference provider.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The ARN of the newly created conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the newly created conference provider.
\n@return The ARN of the newly created conference provider.",
"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" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the newly created conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"IPDialIn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIpDialIn",
"beanStyleSetterMethodName" : "setIpDialIn",
"c2jName" : "IPDialIn",
"c2jShape" : "IPDialIn",
"defaultConsumerFluentSetterDocumentation" : "The IP endpoint and protocol for calling.
\nThis is a convenience that creates an instance of the {@link IPDialIn.Builder} avoiding the need to create one manually via {@link IPDialIn#builder()}.\n\nWhen the {@link Consumer} completes, {@link IPDialIn.Builder#build()} is called immediately and its result is passed to {@link #ipDialIn(IPDialIn)}.\n@param ipDialIn a consumer that will call methods on {@link IPDialIn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipDialIn(IPDialIn)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IP endpoint and protocol for calling.
\n@return The IP endpoint and protocol for calling.\n@deprecated Use {@link #ipDialIn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipDialIn(IPDialIn)}\n",
"documentation" : "The IP endpoint and protocol for calling.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IPDialIn 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" : "hasIpDialIn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipDialIn",
"fluentSetterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipDialIn",
"getterDocumentation" : "The IP endpoint and protocol for calling.
\n@return The IP endpoint and protocol for calling.",
"getterModel" : {
"returnType" : "IPDialIn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IPDialIn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPDialIn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IPDialIn",
"sensitive" : false,
"setterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.",
"setterMethodName" : "setIpDialIn",
"setterModel" : {
"variableDeclarationType" : "IPDialIn",
"variableName" : "ipDialIn",
"variableType" : "IPDialIn",
"documentation" : null,
"simpleType" : "IPDialIn",
"variableSetterType" : "IPDialIn"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IPDialIn",
"variableName" : "ipDialIn",
"variableType" : "IPDialIn",
"documentation" : "The IP endpoint and protocol for calling.
",
"simpleType" : "IPDialIn",
"variableSetterType" : "IPDialIn"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MeetingSetting" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMeetingSetting",
"beanStyleSetterMethodName" : "setMeetingSetting",
"c2jName" : "MeetingSetting",
"c2jShape" : "MeetingSetting",
"defaultConsumerFluentSetterDocumentation" : "The meeting settings for the conference provider.
\nThis is a convenience that creates an instance of the {@link MeetingSetting.Builder} avoiding the need to create one manually via {@link MeetingSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link MeetingSetting.Builder#build()} is called immediately and its result is passed to {@link #meetingSetting(MeetingSetting)}.\n@param meetingSetting a consumer that will call methods on {@link MeetingSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #meetingSetting(MeetingSetting)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The meeting settings for the conference provider.
\n@return The meeting settings for the conference provider.\n@deprecated Use {@link #meetingSetting()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #meetingSetting(MeetingSetting)}\n",
"documentation" : "The meeting settings for the conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MeetingSetting 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" : "hasMeetingSetting",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "meetingSetting",
"fluentSetterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "meetingSetting",
"getterDocumentation" : "The meeting settings for the conference provider.
\n@return The meeting settings for the conference provider.",
"getterModel" : {
"returnType" : "MeetingSetting",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MeetingSetting",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MeetingSetting",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MeetingSetting",
"sensitive" : false,
"setterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.",
"setterMethodName" : "setMeetingSetting",
"setterModel" : {
"variableDeclarationType" : "MeetingSetting",
"variableName" : "meetingSetting",
"variableType" : "MeetingSetting",
"documentation" : null,
"simpleType" : "MeetingSetting",
"variableSetterType" : "MeetingSetting"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MeetingSetting",
"variableName" : "meetingSetting",
"variableType" : "MeetingSetting",
"documentation" : "The meeting settings for the conference provider.
",
"simpleType" : "MeetingSetting",
"variableSetterType" : "MeetingSetting"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ConferenceProviderName",
"defaultConsumerFluentSetterDocumentation" : "The name of the conference provider.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the conference provider.
\n@return The name of the conference provider.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the conference provider.
\n@return The name of the conference provider.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PSTNDialIn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPstnDialIn",
"beanStyleSetterMethodName" : "setPstnDialIn",
"c2jName" : "PSTNDialIn",
"c2jShape" : "PSTNDialIn",
"defaultConsumerFluentSetterDocumentation" : "The information for PSTN conferencing.
\nThis is a convenience that creates an instance of the {@link PSTNDialIn.Builder} avoiding the need to create one manually via {@link PSTNDialIn#builder()}.\n\nWhen the {@link Consumer} completes, {@link PSTNDialIn.Builder#build()} is called immediately and its result is passed to {@link #pstnDialIn(PSTNDialIn)}.\n@param pstnDialIn a consumer that will call methods on {@link PSTNDialIn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pstnDialIn(PSTNDialIn)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The information for PSTN conferencing.
\n@return The information for PSTN conferencing.\n@deprecated Use {@link #pstnDialIn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pstnDialIn(PSTNDialIn)}\n",
"documentation" : "The information for PSTN conferencing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PSTNDialIn 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" : "hasPstnDialIn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pstnDialIn",
"fluentSetterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pstnDialIn",
"getterDocumentation" : "The information for PSTN conferencing.
\n@return The information for PSTN conferencing.",
"getterModel" : {
"returnType" : "PSTNDialIn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PSTNDialIn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PSTNDialIn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "PSTNDialIn",
"sensitive" : false,
"setterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.",
"setterMethodName" : "setPstnDialIn",
"setterModel" : {
"variableDeclarationType" : "PSTNDialIn",
"variableName" : "pstnDialIn",
"variableType" : "PSTNDialIn",
"documentation" : null,
"simpleType" : "PSTNDialIn",
"variableSetterType" : "PSTNDialIn"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PSTNDialIn",
"variableName" : "pstnDialIn",
"variableType" : "PSTNDialIn",
"documentation" : "The information for PSTN conferencing.
",
"simpleType" : "PSTNDialIn",
"variableSetterType" : "PSTNDialIn"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Type" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "ConferenceProviderType",
"defaultConsumerFluentSetterDocumentation" : "The type of conference providers.
\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 #typeAsString(String)}.\n@param type 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 #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of conference providers.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ConferenceProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The type of conference providers.\n@see ConferenceProviderType\n@deprecated Use {@link #typeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConferenceProviderType\n@deprecated Use {@link #type(String)}\n",
"documentation" : "The type of conference providers.
",
"endpointDiscoveryId" : false,
"enumType" : "ConferenceProviderType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type 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" : "hasType",
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConferenceProviderType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The type of conference providers.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ConferenceProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The type of conference providers.\n@see ConferenceProviderType",
"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" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of conference providers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the newly created conference provider.
\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 #arn(String)}.\n@param arn 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 #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the newly created conference provider.
\n@return The ARN of the newly created conference provider.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The ARN of the newly created conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn 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" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the newly created conference provider.
\n@return The ARN of the newly created conference provider.",
"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" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the newly created conference provider.
\n@param arn The ARN of the newly created conference provider.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the newly created conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ConferenceProviderName",
"defaultConsumerFluentSetterDocumentation" : "The name of the conference provider.
\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 #name(String)}.\n@param name 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 #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the conference provider.
\n@return The name of the conference provider.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name 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" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the conference provider.
\n@return The name of the conference provider.",
"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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the conference provider.
\n@param name The name of the conference provider.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the conference provider.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "ConferenceProviderType",
"defaultConsumerFluentSetterDocumentation" : "The type of conference providers.
\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 #typeAsString(String)}.\n@param type 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 #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of conference providers.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ConferenceProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The type of conference providers.\n@see ConferenceProviderType\n@deprecated Use {@link #typeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConferenceProviderType\n@deprecated Use {@link #type(String)}\n",
"documentation" : "The type of conference providers.
",
"endpointDiscoveryId" : false,
"enumType" : "ConferenceProviderType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type 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" : "hasType",
"fluentEnumGetterMethodName" : "type",
"fluentEnumSetterMethodName" : "type",
"fluentGetterMethodName" : "typeAsString",
"fluentSetterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConferenceProviderType",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The type of conference providers.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ConferenceProviderType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n
\n@return The type of conference providers.\n@see ConferenceProviderType",
"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" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The type of conference providers.
\n@param type The type of conference providers.\n@see ConferenceProviderType",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of conference providers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIpDialIn",
"beanStyleSetterMethodName" : "setIpDialIn",
"c2jName" : "IPDialIn",
"c2jShape" : "IPDialIn",
"defaultConsumerFluentSetterDocumentation" : "The IP endpoint and protocol for calling.
\nThis is a convenience that creates an instance of the {@link IPDialIn.Builder} avoiding the need to create one manually via {@link IPDialIn#builder()}.\n\nWhen the {@link Consumer} completes, {@link IPDialIn.Builder#build()} is called immediately and its result is passed to {@link #ipDialIn(IPDialIn)}.\n@param ipDialIn a consumer that will call methods on {@link IPDialIn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipDialIn(IPDialIn)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IP endpoint and protocol for calling.
\n@return The IP endpoint and protocol for calling.\n@deprecated Use {@link #ipDialIn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipDialIn(IPDialIn)}\n",
"documentation" : "The IP endpoint and protocol for calling.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IPDialIn 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" : "hasIpDialIn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipDialIn",
"fluentSetterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipDialIn",
"getterDocumentation" : "The IP endpoint and protocol for calling.
\n@return The IP endpoint and protocol for calling.",
"getterModel" : {
"returnType" : "IPDialIn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IPDialIn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IPDialIn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IPDialIn",
"sensitive" : false,
"setterDocumentation" : "The IP endpoint and protocol for calling.
\n@param ipDialIn The IP endpoint and protocol for calling.",
"setterMethodName" : "setIpDialIn",
"setterModel" : {
"variableDeclarationType" : "IPDialIn",
"variableName" : "ipDialIn",
"variableType" : "IPDialIn",
"documentation" : null,
"simpleType" : "IPDialIn",
"variableSetterType" : "IPDialIn"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IPDialIn",
"variableName" : "ipDialIn",
"variableType" : "IPDialIn",
"documentation" : "The IP endpoint and protocol for calling.
",
"simpleType" : "IPDialIn",
"variableSetterType" : "IPDialIn"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPstnDialIn",
"beanStyleSetterMethodName" : "setPstnDialIn",
"c2jName" : "PSTNDialIn",
"c2jShape" : "PSTNDialIn",
"defaultConsumerFluentSetterDocumentation" : "The information for PSTN conferencing.
\nThis is a convenience that creates an instance of the {@link PSTNDialIn.Builder} avoiding the need to create one manually via {@link PSTNDialIn#builder()}.\n\nWhen the {@link Consumer} completes, {@link PSTNDialIn.Builder#build()} is called immediately and its result is passed to {@link #pstnDialIn(PSTNDialIn)}.\n@param pstnDialIn a consumer that will call methods on {@link PSTNDialIn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pstnDialIn(PSTNDialIn)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The information for PSTN conferencing.
\n@return The information for PSTN conferencing.\n@deprecated Use {@link #pstnDialIn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pstnDialIn(PSTNDialIn)}\n",
"documentation" : "The information for PSTN conferencing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PSTNDialIn 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" : "hasPstnDialIn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pstnDialIn",
"fluentSetterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pstnDialIn",
"getterDocumentation" : "The information for PSTN conferencing.
\n@return The information for PSTN conferencing.",
"getterModel" : {
"returnType" : "PSTNDialIn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PSTNDialIn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PSTNDialIn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "PSTNDialIn",
"sensitive" : false,
"setterDocumentation" : "The information for PSTN conferencing.
\n@param pstnDialIn The information for PSTN conferencing.",
"setterMethodName" : "setPstnDialIn",
"setterModel" : {
"variableDeclarationType" : "PSTNDialIn",
"variableName" : "pstnDialIn",
"variableType" : "PSTNDialIn",
"documentation" : null,
"simpleType" : "PSTNDialIn",
"variableSetterType" : "PSTNDialIn"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PSTNDialIn",
"variableName" : "pstnDialIn",
"variableType" : "PSTNDialIn",
"documentation" : "The information for PSTN conferencing.
",
"simpleType" : "PSTNDialIn",
"variableSetterType" : "PSTNDialIn"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMeetingSetting",
"beanStyleSetterMethodName" : "setMeetingSetting",
"c2jName" : "MeetingSetting",
"c2jShape" : "MeetingSetting",
"defaultConsumerFluentSetterDocumentation" : "The meeting settings for the conference provider.
\nThis is a convenience that creates an instance of the {@link MeetingSetting.Builder} avoiding the need to create one manually via {@link MeetingSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link MeetingSetting.Builder#build()} is called immediately and its result is passed to {@link #meetingSetting(MeetingSetting)}.\n@param meetingSetting a consumer that will call methods on {@link MeetingSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #meetingSetting(MeetingSetting)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The meeting settings for the conference provider.
\n@return The meeting settings for the conference provider.\n@deprecated Use {@link #meetingSetting()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #meetingSetting(MeetingSetting)}\n",
"documentation" : "The meeting settings for the conference provider.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MeetingSetting 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" : "hasMeetingSetting",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "meetingSetting",
"fluentSetterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "meetingSetting",
"getterDocumentation" : "The meeting settings for the conference provider.
\n@return The meeting settings for the conference provider.",
"getterModel" : {
"returnType" : "MeetingSetting",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MeetingSetting",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MeetingSetting",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MeetingSetting",
"sensitive" : false,
"setterDocumentation" : "The meeting settings for the conference provider.
\n@param meetingSetting The meeting settings for the conference provider.",
"setterMethodName" : "setMeetingSetting",
"setterModel" : {
"variableDeclarationType" : "MeetingSetting",
"variableName" : "meetingSetting",
"variableType" : "MeetingSetting",
"documentation" : null,
"simpleType" : "MeetingSetting",
"variableSetterType" : "MeetingSetting"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MeetingSetting",
"variableName" : "meetingSetting",
"variableType" : "MeetingSetting",
"documentation" : "The meeting settings for the conference provider.
",
"simpleType" : "MeetingSetting",
"variableSetterType" : "MeetingSetting"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConferenceProvider",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConferenceProvider",
"variableName" : "conferenceProvider",
"variableType" : "ConferenceProvider",
"documentation" : null,
"simpleType" : "ConferenceProvider",
"variableSetterType" : "ConferenceProvider"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConferenceProviderType" : {
"c2jName" : "ConferenceProviderType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "CHIME",
"value" : "CHIME"
}, {
"name" : "BLUEJEANS",
"value" : "BLUEJEANS"
}, {
"name" : "FUZE",
"value" : "FUZE"
}, {
"name" : "GOOGLE_HANGOUTS",
"value" : "GOOGLE_HANGOUTS"
}, {
"name" : "POLYCOM",
"value" : "POLYCOM"
}, {
"name" : "RINGCENTRAL",
"value" : "RINGCENTRAL"
}, {
"name" : "SKYPE_FOR_BUSINESS",
"value" : "SKYPE_FOR_BUSINESS"
}, {
"name" : "WEBEX",
"value" : "WEBEX"
}, {
"name" : "ZOOM",
"value" : "ZOOM"
}, {
"name" : "CUSTOM",
"value" : "CUSTOM"
} ],
"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" : "ConferenceProviderType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConferenceProviderType",
"variableName" : "conferenceProviderType",
"variableType" : "ConferenceProviderType",
"documentation" : null,
"simpleType" : "ConferenceProviderType",
"variableSetterType" : "ConferenceProviderType"
},
"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" : "ONLINE",
"value" : "ONLINE"
}, {
"name" : "OFFLINE",
"value" : "OFFLINE"
} ],
"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
},
"Contact" : {
"c2jName" : "Contact",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A contact with attributes.
",
"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" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The name of the contact to display on the console.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The name of the contact to display on the console.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName 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" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.",
"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" : "DisplayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The name of the contact to display on the console.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFirstName",
"beanStyleSetterMethodName" : "setFirstName",
"c2jName" : "FirstName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\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 #firstName(String)}.\n@param firstName 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 #firstName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.\n@deprecated Use {@link #firstName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstName(String)}\n",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FirstName 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" : "hasFirstName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "firstName",
"fluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "firstName",
"getterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.",
"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" : "FirstName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FirstName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FirstName",
"sensitive" : false,
"setterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.",
"setterMethodName" : "setFirstName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastName",
"beanStyleSetterMethodName" : "setLastName",
"c2jName" : "LastName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\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 #lastName(String)}.\n@param lastName 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 #lastName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.\n@deprecated Use {@link #lastName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastName(String)}\n",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastName 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" : "hasLastName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastName",
"fluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastName",
"getterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.",
"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" : "LastName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastName",
"sensitive" : false,
"setterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.",
"setterMethodName" : "setLastName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "PhoneNumber",
"c2jShape" : "RawPhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\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 #phoneNumber(String)}.\n@param phoneNumber 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 #phoneNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@deprecated Use {@link #phoneNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumber(String)}\n",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumber 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" : "hasPhoneNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"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" : "PhoneNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"sensitive" : true,
"setterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhoneNumbers",
"beanStyleSetterMethodName" : "setPhoneNumbers",
"c2jName" : "PhoneNumbers",
"c2jShape" : "PhoneNumberList",
"defaultConsumerFluentSetterDocumentation" : "The list of phone numbers for the contact.
\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 #phoneNumbers(List)}.\n@param phoneNumbers 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 #phoneNumbers(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.\n@deprecated Use {@link #phoneNumbers()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumbers(List)}\n",
"documentation" : "The list of phone numbers for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumbers 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" : "hasPhoneNumbers",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumbers",
"fluentSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumbers",
"getterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.",
"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" : "PhoneNumbers",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumbers",
"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" : "PhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PhoneNumber.Builder} avoiding the need to create one manually via {@link PhoneNumber#builder()}.\n\nWhen the {@link Consumer} completes, {@link PhoneNumber.Builder#build()} is called immediately and its result is passed to {@link #member(PhoneNumber)}.\n@param member a consumer that will call methods on {@link PhoneNumber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PhoneNumber)",
"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(PhoneNumber)}\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" : "PhoneNumber",
"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" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : null,
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : "",
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PhoneNumber",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PhoneNumber",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PhoneNumbers",
"sensitive" : false,
"setterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.",
"setterMethodName" : "setPhoneNumbers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : "The list of phone numbers for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSipAddresses",
"beanStyleSetterMethodName" : "setSipAddresses",
"c2jName" : "SipAddresses",
"c2jShape" : "SipAddressList",
"defaultConsumerFluentSetterDocumentation" : "The list of SIP addresses for the contact.
\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 #sipAddresses(List)}.\n@param sipAddresses 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 #sipAddresses(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.\n@deprecated Use {@link #sipAddresses()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sipAddresses(List)}\n",
"documentation" : "The list of SIP addresses for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SipAddresses 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" : "hasSipAddresses",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sipAddresses",
"fluentSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sipAddresses",
"getterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.",
"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" : "SipAddresses",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SipAddresses",
"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" : "SipAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SipAddress.Builder} avoiding the need to create one manually via {@link SipAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link SipAddress.Builder#build()} is called immediately and its result is passed to {@link #member(SipAddress)}.\n@param member a consumer that will call methods on {@link SipAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SipAddress)",
"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(SipAddress)}\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" : "SipAddress",
"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" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : null,
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : "",
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SipAddress",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SipAddress",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SipAddresses",
"sensitive" : false,
"setterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.",
"setterMethodName" : "setSipAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : "The list of SIP addresses for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ContactArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DisplayName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The name of the contact to display on the console.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The name of the contact to display on the console.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName 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" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.",
"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" : "DisplayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The name of the contact to display on the console.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FirstName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFirstName",
"beanStyleSetterMethodName" : "setFirstName",
"c2jName" : "FirstName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\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 #firstName(String)}.\n@param firstName 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 #firstName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.\n@deprecated Use {@link #firstName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstName(String)}\n",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FirstName 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" : "hasFirstName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "firstName",
"fluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "firstName",
"getterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.",
"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" : "FirstName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FirstName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FirstName",
"sensitive" : false,
"setterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.",
"setterMethodName" : "setFirstName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastName",
"beanStyleSetterMethodName" : "setLastName",
"c2jName" : "LastName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\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 #lastName(String)}.\n@param lastName 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 #lastName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.\n@deprecated Use {@link #lastName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastName(String)}\n",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastName 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" : "hasLastName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastName",
"fluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastName",
"getterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.",
"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" : "LastName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastName",
"sensitive" : false,
"setterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.",
"setterMethodName" : "setLastName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PhoneNumber" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "PhoneNumber",
"c2jShape" : "RawPhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\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 #phoneNumber(String)}.\n@param phoneNumber 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 #phoneNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@deprecated Use {@link #phoneNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumber(String)}\n",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumber 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" : "hasPhoneNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"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" : "PhoneNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"sensitive" : true,
"setterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PhoneNumbers" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhoneNumbers",
"beanStyleSetterMethodName" : "setPhoneNumbers",
"c2jName" : "PhoneNumbers",
"c2jShape" : "PhoneNumberList",
"defaultConsumerFluentSetterDocumentation" : "The list of phone numbers for the contact.
\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 #phoneNumbers(List)}.\n@param phoneNumbers 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 #phoneNumbers(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.\n@deprecated Use {@link #phoneNumbers()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumbers(List)}\n",
"documentation" : "The list of phone numbers for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumbers 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" : "hasPhoneNumbers",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumbers",
"fluentSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumbers",
"getterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.",
"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" : "PhoneNumbers",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumbers",
"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" : "PhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PhoneNumber.Builder} avoiding the need to create one manually via {@link PhoneNumber#builder()}.\n\nWhen the {@link Consumer} completes, {@link PhoneNumber.Builder#build()} is called immediately and its result is passed to {@link #member(PhoneNumber)}.\n@param member a consumer that will call methods on {@link PhoneNumber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PhoneNumber)",
"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(PhoneNumber)}\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" : "PhoneNumber",
"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" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : null,
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : "",
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PhoneNumber",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PhoneNumber",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PhoneNumbers",
"sensitive" : false,
"setterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.",
"setterMethodName" : "setPhoneNumbers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : "The list of phone numbers for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SipAddresses" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSipAddresses",
"beanStyleSetterMethodName" : "setSipAddresses",
"c2jName" : "SipAddresses",
"c2jShape" : "SipAddressList",
"defaultConsumerFluentSetterDocumentation" : "The list of SIP addresses for the contact.
\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 #sipAddresses(List)}.\n@param sipAddresses 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 #sipAddresses(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.\n@deprecated Use {@link #sipAddresses()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sipAddresses(List)}\n",
"documentation" : "The list of SIP addresses for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SipAddresses 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" : "hasSipAddresses",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sipAddresses",
"fluentSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sipAddresses",
"getterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.",
"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" : "SipAddresses",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SipAddresses",
"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" : "SipAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SipAddress.Builder} avoiding the need to create one manually via {@link SipAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link SipAddress.Builder#build()} is called immediately and its result is passed to {@link #member(SipAddress)}.\n@param member a consumer that will call methods on {@link SipAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SipAddress)",
"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(SipAddress)}\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" : "SipAddress",
"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" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : null,
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : "",
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SipAddress",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SipAddress",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SipAddresses",
"sensitive" : false,
"setterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.",
"setterMethodName" : "setSipAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : "The list of SIP addresses for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The name of the contact to display on the console.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The name of the contact to display on the console.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName 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" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.",
"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" : "DisplayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The name of the contact to display on the console.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFirstName",
"beanStyleSetterMethodName" : "setFirstName",
"c2jName" : "FirstName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\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 #firstName(String)}.\n@param firstName 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 #firstName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.\n@deprecated Use {@link #firstName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstName(String)}\n",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FirstName 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" : "hasFirstName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "firstName",
"fluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "firstName",
"getterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.",
"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" : "FirstName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FirstName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FirstName",
"sensitive" : false,
"setterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.",
"setterMethodName" : "setFirstName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastName",
"beanStyleSetterMethodName" : "setLastName",
"c2jName" : "LastName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\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 #lastName(String)}.\n@param lastName 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 #lastName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.\n@deprecated Use {@link #lastName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastName(String)}\n",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastName 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" : "hasLastName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastName",
"fluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastName",
"getterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.",
"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" : "LastName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastName",
"sensitive" : false,
"setterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.",
"setterMethodName" : "setLastName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "PhoneNumber",
"c2jShape" : "RawPhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\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 #phoneNumber(String)}.\n@param phoneNumber 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 #phoneNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@deprecated Use {@link #phoneNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumber(String)}\n",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumber 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" : "hasPhoneNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"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" : "PhoneNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"sensitive" : true,
"setterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhoneNumbers",
"beanStyleSetterMethodName" : "setPhoneNumbers",
"c2jName" : "PhoneNumbers",
"c2jShape" : "PhoneNumberList",
"defaultConsumerFluentSetterDocumentation" : "The list of phone numbers for the contact.
\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 #phoneNumbers(List)}.\n@param phoneNumbers 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 #phoneNumbers(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.\n@deprecated Use {@link #phoneNumbers()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumbers(List)}\n",
"documentation" : "The list of phone numbers for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumbers 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" : "hasPhoneNumbers",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumbers",
"fluentSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumbers",
"getterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.",
"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" : "PhoneNumbers",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumbers",
"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" : "PhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PhoneNumber.Builder} avoiding the need to create one manually via {@link PhoneNumber#builder()}.\n\nWhen the {@link Consumer} completes, {@link PhoneNumber.Builder#build()} is called immediately and its result is passed to {@link #member(PhoneNumber)}.\n@param member a consumer that will call methods on {@link PhoneNumber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PhoneNumber)",
"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(PhoneNumber)}\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" : "PhoneNumber",
"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" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : null,
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : "",
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PhoneNumber",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PhoneNumber",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PhoneNumbers",
"sensitive" : false,
"setterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.",
"setterMethodName" : "setPhoneNumbers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : "The list of phone numbers for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSipAddresses",
"beanStyleSetterMethodName" : "setSipAddresses",
"c2jName" : "SipAddresses",
"c2jShape" : "SipAddressList",
"defaultConsumerFluentSetterDocumentation" : "The list of SIP addresses for the contact.
\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 #sipAddresses(List)}.\n@param sipAddresses 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 #sipAddresses(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.\n@deprecated Use {@link #sipAddresses()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sipAddresses(List)}\n",
"documentation" : "The list of SIP addresses for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SipAddresses 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" : "hasSipAddresses",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sipAddresses",
"fluentSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sipAddresses",
"getterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.",
"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" : "SipAddresses",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SipAddresses",
"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" : "SipAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SipAddress.Builder} avoiding the need to create one manually via {@link SipAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link SipAddress.Builder#build()} is called immediately and its result is passed to {@link #member(SipAddress)}.\n@param member a consumer that will call methods on {@link SipAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SipAddress)",
"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(SipAddress)}\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" : "SipAddress",
"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" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : null,
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : "",
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SipAddress",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SipAddress",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SipAddresses",
"sensitive" : false,
"setterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.",
"setterMethodName" : "setSipAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : "The list of SIP addresses for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Contact",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Contact",
"variableName" : "contact",
"variableType" : "Contact",
"documentation" : null,
"simpleType" : "Contact",
"variableSetterType" : "Contact"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ContactData" : {
"c2jName" : "ContactData",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Information related to a contact.
",
"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" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The name of the contact to display on the console.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The name of the contact to display on the console.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName 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" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.",
"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" : "DisplayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The name of the contact to display on the console.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFirstName",
"beanStyleSetterMethodName" : "setFirstName",
"c2jName" : "FirstName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\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 #firstName(String)}.\n@param firstName 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 #firstName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.\n@deprecated Use {@link #firstName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstName(String)}\n",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FirstName 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" : "hasFirstName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "firstName",
"fluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "firstName",
"getterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.",
"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" : "FirstName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FirstName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FirstName",
"sensitive" : false,
"setterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.",
"setterMethodName" : "setFirstName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastName",
"beanStyleSetterMethodName" : "setLastName",
"c2jName" : "LastName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\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 #lastName(String)}.\n@param lastName 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 #lastName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.\n@deprecated Use {@link #lastName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastName(String)}\n",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastName 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" : "hasLastName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastName",
"fluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastName",
"getterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.",
"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" : "LastName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastName",
"sensitive" : false,
"setterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.",
"setterMethodName" : "setLastName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "PhoneNumber",
"c2jShape" : "RawPhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\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 #phoneNumber(String)}.\n@param phoneNumber 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 #phoneNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@deprecated Use {@link #phoneNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumber(String)}\n",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumber 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" : "hasPhoneNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"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" : "PhoneNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"sensitive" : true,
"setterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhoneNumbers",
"beanStyleSetterMethodName" : "setPhoneNumbers",
"c2jName" : "PhoneNumbers",
"c2jShape" : "PhoneNumberList",
"defaultConsumerFluentSetterDocumentation" : "The list of phone numbers for the contact.
\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 #phoneNumbers(List)}.\n@param phoneNumbers 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 #phoneNumbers(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.\n@deprecated Use {@link #phoneNumbers()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumbers(List)}\n",
"documentation" : "The list of phone numbers for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumbers 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" : "hasPhoneNumbers",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumbers",
"fluentSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumbers",
"getterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.",
"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" : "PhoneNumbers",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumbers",
"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" : "PhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PhoneNumber.Builder} avoiding the need to create one manually via {@link PhoneNumber#builder()}.\n\nWhen the {@link Consumer} completes, {@link PhoneNumber.Builder#build()} is called immediately and its result is passed to {@link #member(PhoneNumber)}.\n@param member a consumer that will call methods on {@link PhoneNumber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PhoneNumber)",
"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(PhoneNumber)}\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" : "PhoneNumber",
"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" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : null,
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : "",
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PhoneNumber",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PhoneNumber",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PhoneNumbers",
"sensitive" : false,
"setterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.",
"setterMethodName" : "setPhoneNumbers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : "The list of phone numbers for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSipAddresses",
"beanStyleSetterMethodName" : "setSipAddresses",
"c2jName" : "SipAddresses",
"c2jShape" : "SipAddressList",
"defaultConsumerFluentSetterDocumentation" : "The list of SIP addresses for the contact.
\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 #sipAddresses(List)}.\n@param sipAddresses 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 #sipAddresses(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.\n@deprecated Use {@link #sipAddresses()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sipAddresses(List)}\n",
"documentation" : "The list of SIP addresses for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SipAddresses 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" : "hasSipAddresses",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sipAddresses",
"fluentSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sipAddresses",
"getterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.",
"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" : "SipAddresses",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SipAddresses",
"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" : "SipAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SipAddress.Builder} avoiding the need to create one manually via {@link SipAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link SipAddress.Builder#build()} is called immediately and its result is passed to {@link #member(SipAddress)}.\n@param member a consumer that will call methods on {@link SipAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SipAddress)",
"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(SipAddress)}\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" : "SipAddress",
"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" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : null,
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : "",
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SipAddress",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SipAddress",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SipAddresses",
"sensitive" : false,
"setterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.",
"setterMethodName" : "setSipAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : "The list of SIP addresses for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ContactArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DisplayName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The name of the contact to display on the console.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The name of the contact to display on the console.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName 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" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.",
"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" : "DisplayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The name of the contact to display on the console.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FirstName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFirstName",
"beanStyleSetterMethodName" : "setFirstName",
"c2jName" : "FirstName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\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 #firstName(String)}.\n@param firstName 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 #firstName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.\n@deprecated Use {@link #firstName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstName(String)}\n",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FirstName 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" : "hasFirstName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "firstName",
"fluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "firstName",
"getterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.",
"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" : "FirstName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FirstName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FirstName",
"sensitive" : false,
"setterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.",
"setterMethodName" : "setFirstName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastName",
"beanStyleSetterMethodName" : "setLastName",
"c2jName" : "LastName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\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 #lastName(String)}.\n@param lastName 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 #lastName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.\n@deprecated Use {@link #lastName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastName(String)}\n",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastName 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" : "hasLastName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastName",
"fluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastName",
"getterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.",
"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" : "LastName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastName",
"sensitive" : false,
"setterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.",
"setterMethodName" : "setLastName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PhoneNumber" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "PhoneNumber",
"c2jShape" : "RawPhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\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 #phoneNumber(String)}.\n@param phoneNumber 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 #phoneNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@deprecated Use {@link #phoneNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumber(String)}\n",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumber 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" : "hasPhoneNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"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" : "PhoneNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"sensitive" : true,
"setterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PhoneNumbers" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhoneNumbers",
"beanStyleSetterMethodName" : "setPhoneNumbers",
"c2jName" : "PhoneNumbers",
"c2jShape" : "PhoneNumberList",
"defaultConsumerFluentSetterDocumentation" : "The list of phone numbers for the contact.
\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 #phoneNumbers(List)}.\n@param phoneNumbers 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 #phoneNumbers(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.\n@deprecated Use {@link #phoneNumbers()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumbers(List)}\n",
"documentation" : "The list of phone numbers for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumbers 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" : "hasPhoneNumbers",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumbers",
"fluentSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumbers",
"getterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.",
"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" : "PhoneNumbers",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumbers",
"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" : "PhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PhoneNumber.Builder} avoiding the need to create one manually via {@link PhoneNumber#builder()}.\n\nWhen the {@link Consumer} completes, {@link PhoneNumber.Builder#build()} is called immediately and its result is passed to {@link #member(PhoneNumber)}.\n@param member a consumer that will call methods on {@link PhoneNumber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PhoneNumber)",
"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(PhoneNumber)}\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" : "PhoneNumber",
"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" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : null,
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : "",
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PhoneNumber",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PhoneNumber",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PhoneNumbers",
"sensitive" : false,
"setterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.",
"setterMethodName" : "setPhoneNumbers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : "The list of phone numbers for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SipAddresses" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSipAddresses",
"beanStyleSetterMethodName" : "setSipAddresses",
"c2jName" : "SipAddresses",
"c2jShape" : "SipAddressList",
"defaultConsumerFluentSetterDocumentation" : "The list of SIP addresses for the contact.
\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 #sipAddresses(List)}.\n@param sipAddresses 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 #sipAddresses(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.\n@deprecated Use {@link #sipAddresses()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sipAddresses(List)}\n",
"documentation" : "The list of SIP addresses for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SipAddresses 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" : "hasSipAddresses",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sipAddresses",
"fluentSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sipAddresses",
"getterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.",
"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" : "SipAddresses",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SipAddresses",
"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" : "SipAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SipAddress.Builder} avoiding the need to create one manually via {@link SipAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link SipAddress.Builder#build()} is called immediately and its result is passed to {@link #member(SipAddress)}.\n@param member a consumer that will call methods on {@link SipAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SipAddress)",
"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(SipAddress)}\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" : "SipAddress",
"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" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : null,
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : "",
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SipAddress",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SipAddress",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SipAddresses",
"sensitive" : false,
"setterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.",
"setterMethodName" : "setSipAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : "The list of SIP addresses for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContactArn",
"beanStyleSetterMethodName" : "setContactArn",
"c2jName" : "ContactArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the contact.
\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 #contactArn(String)}.\n@param contactArn 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 #contactArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.\n@deprecated Use {@link #contactArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contactArn(String)}\n",
"documentation" : "The ARN of the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ContactArn 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" : "hasContactArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "contactArn",
"fluentSetterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "contactArn",
"getterDocumentation" : "The ARN of the contact.
\n@return The ARN of the contact.",
"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" : "ContactArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ContactArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ContactArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the contact.
\n@param contactArn The ARN of the contact.",
"setterMethodName" : "setContactArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "contactArn",
"variableType" : "String",
"documentation" : "The ARN of the contact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The name of the contact to display on the console.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.\n@deprecated Use {@link #displayName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n",
"documentation" : "The name of the contact to display on the console.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DisplayName 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" : "hasDisplayName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The name of the contact to display on the console.
\n@return The name of the contact to display on the console.",
"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" : "DisplayName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The name of the contact to display on the console.
\n@param displayName The name of the contact to display on the console.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The name of the contact to display on the console.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFirstName",
"beanStyleSetterMethodName" : "setFirstName",
"c2jName" : "FirstName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\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 #firstName(String)}.\n@param firstName 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 #firstName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.\n@deprecated Use {@link #firstName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstName(String)}\n",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FirstName 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" : "hasFirstName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "firstName",
"fluentSetterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "firstName",
"getterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@return The first name of the contact, used to call the contact on the device.",
"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" : "FirstName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FirstName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FirstName",
"sensitive" : false,
"setterDocumentation" : "The first name of the contact, used to call the contact on the device.
\n@param firstName The first name of the contact, used to call the contact on the device.",
"setterMethodName" : "setFirstName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "firstName",
"variableType" : "String",
"documentation" : "The first name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastName",
"beanStyleSetterMethodName" : "setLastName",
"c2jName" : "LastName",
"c2jShape" : "ContactName",
"defaultConsumerFluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\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 #lastName(String)}.\n@param lastName 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 #lastName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.\n@deprecated Use {@link #lastName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastName(String)}\n",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastName 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" : "hasLastName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastName",
"fluentSetterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastName",
"getterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@return The last name of the contact, used to call the contact on the device.",
"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" : "LastName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LastName",
"sensitive" : false,
"setterDocumentation" : "The last name of the contact, used to call the contact on the device.
\n@param lastName The last name of the contact, used to call the contact on the device.",
"setterMethodName" : "setLastName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lastName",
"variableType" : "String",
"documentation" : "The last name of the contact, used to call the contact on the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPhoneNumber",
"beanStyleSetterMethodName" : "setPhoneNumber",
"c2jName" : "PhoneNumber",
"c2jShape" : "RawPhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\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 #phoneNumber(String)}.\n@param phoneNumber 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 #phoneNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@deprecated Use {@link #phoneNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumber(String)}\n",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumber 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" : "hasPhoneNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumber",
"fluentSetterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumber",
"getterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@return The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"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" : "PhoneNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PhoneNumber",
"sensitive" : true,
"setterDocumentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
\n@param phoneNumber The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.",
"setterMethodName" : "setPhoneNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhoneNumbers",
"beanStyleSetterMethodName" : "setPhoneNumbers",
"c2jName" : "PhoneNumbers",
"c2jShape" : "PhoneNumberList",
"defaultConsumerFluentSetterDocumentation" : "The list of phone numbers for the contact.
\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 #phoneNumbers(List)}.\n@param phoneNumbers 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 #phoneNumbers(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.\n@deprecated Use {@link #phoneNumbers()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phoneNumbers(List)}\n",
"documentation" : "The list of phone numbers for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PhoneNumbers 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" : "hasPhoneNumbers",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phoneNumbers",
"fluentSetterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phoneNumbers",
"getterDocumentation" : "The list of phone numbers for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhoneNumbers()} to see if a value was sent in this field.\n
\n@return The list of phone numbers for the contact.",
"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" : "PhoneNumbers",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PhoneNumbers",
"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" : "PhoneNumber",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PhoneNumber.Builder} avoiding the need to create one manually via {@link PhoneNumber#builder()}.\n\nWhen the {@link Consumer} completes, {@link PhoneNumber.Builder#build()} is called immediately and its result is passed to {@link #member(PhoneNumber)}.\n@param member a consumer that will call methods on {@link PhoneNumber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PhoneNumber)",
"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(PhoneNumber)}\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" : "PhoneNumber",
"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" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : null,
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PhoneNumber",
"variableName" : "member",
"variableType" : "PhoneNumber",
"documentation" : "",
"simpleType" : "PhoneNumber",
"variableSetterType" : "PhoneNumber"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PhoneNumber",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PhoneNumber",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PhoneNumbers",
"sensitive" : false,
"setterDocumentation" : "The list of phone numbers for the contact.
\n@param phoneNumbers The list of phone numbers for the contact.",
"setterMethodName" : "setPhoneNumbers",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phoneNumbers",
"variableType" : "java.util.List",
"documentation" : "The list of phone numbers for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSipAddresses",
"beanStyleSetterMethodName" : "setSipAddresses",
"c2jName" : "SipAddresses",
"c2jShape" : "SipAddressList",
"defaultConsumerFluentSetterDocumentation" : "The list of SIP addresses for the contact.
\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 #sipAddresses(List)}.\n@param sipAddresses 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 #sipAddresses(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.\n@deprecated Use {@link #sipAddresses()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sipAddresses(List)}\n",
"documentation" : "The list of SIP addresses for the contact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SipAddresses 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" : "hasSipAddresses",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sipAddresses",
"fluentSetterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sipAddresses",
"getterDocumentation" : "The list of SIP addresses for the contact.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSipAddresses()} to see if a value was sent in this field.\n
\n@return The list of SIP addresses for the contact.",
"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" : "SipAddresses",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SipAddresses",
"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" : "SipAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SipAddress.Builder} avoiding the need to create one manually via {@link SipAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link SipAddress.Builder#build()} is called immediately and its result is passed to {@link #member(SipAddress)}.\n@param member a consumer that will call methods on {@link SipAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SipAddress)",
"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(SipAddress)}\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" : "SipAddress",
"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" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : null,
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SipAddress",
"variableName" : "member",
"variableType" : "SipAddress",
"documentation" : "",
"simpleType" : "SipAddress",
"variableSetterType" : "SipAddress"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SipAddress",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SipAddress",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SipAddresses",
"sensitive" : false,
"setterDocumentation" : "The list of SIP addresses for the contact.
\n@param sipAddresses The list of SIP addresses for the contact.",
"setterMethodName" : "setSipAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "sipAddresses",
"variableType" : "java.util.List",
"documentation" : "The list of SIP addresses for the contact.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ContactData",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContactData",
"variableName" : "contactData",
"variableType" : "ContactData",
"documentation" : null,
"simpleType" : "ContactData",
"variableSetterType" : "ContactData"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Content" : {
"c2jName" : "Content",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The content definition. This can contain only one text, SSML, or audio list object.
",
"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" : "getTextList",
"beanStyleSetterMethodName" : "setTextList",
"c2jName" : "TextList",
"c2jShape" : "TextList",
"defaultConsumerFluentSetterDocumentation" : "The list of text messages.
\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 #textList(List)}.\n@param textList 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 #textList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of text messages.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTextList()} to see if a value was sent in this field.\n
\n@return The list of text messages.\n@deprecated Use {@link #textList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of text messages.
\n@param textList The list of text messages.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #textList(List)}\n",
"documentation" : "The list of text messages.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TextList 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" : "hasTextList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "textList",
"fluentSetterDocumentation" : "The list of text messages.
\n@param textList The list of text messages.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "textList",
"getterDocumentation" : "The list of text messages.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTextList()} to see if a value was sent in this field.\n
\n@return The list of text messages.",
"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" : "TextList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TextList",
"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" : "Text",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Text.Builder} avoiding the need to create one manually via {@link Text#builder()}.\n\nWhen the {@link Consumer} completes, {@link Text.Builder#build()} is called immediately and its result is passed to {@link #member(Text)}.\n@param member a consumer that will call methods on {@link Text.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Text)",
"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(Text)}\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" : "Text",
"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" : "Text",
"variableName" : "member",
"variableType" : "Text",
"documentation" : null,
"simpleType" : "Text",
"variableSetterType" : "Text"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Text",
"variableName" : "member",
"variableType" : "Text",
"documentation" : "",
"simpleType" : "Text",
"variableSetterType" : "Text"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Text",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Text",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TextList",
"sensitive" : false,
"setterDocumentation" : "The list of text messages.
\n@param textList The list of text messages.",
"setterMethodName" : "setTextList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "textList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "textList",
"variableType" : "java.util.List",
"documentation" : "The list of text messages.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSsmlList",
"beanStyleSetterMethodName" : "setSsmlList",
"c2jName" : "SsmlList",
"c2jShape" : "SsmlList",
"defaultConsumerFluentSetterDocumentation" : "The list of SSML messages.
\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 #ssmlList(List)}.\n@param ssmlList 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 #ssmlList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of SSML messages.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSsmlList()} to see if a value was sent in this field.\n
\n@return The list of SSML messages.\n@deprecated Use {@link #ssmlList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of SSML messages.
\n@param ssmlList The list of SSML messages.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ssmlList(List)}\n",
"documentation" : "The list of SSML messages.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SsmlList 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" : "hasSsmlList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ssmlList",
"fluentSetterDocumentation" : "The list of SSML messages.
\n@param ssmlList The list of SSML messages.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ssmlList",
"getterDocumentation" : "The list of SSML messages.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSsmlList()} to see if a value was sent in this field.\n
\n@return The list of SSML messages.",
"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" : "SsmlList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SsmlList",
"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" : "Ssml",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Ssml.Builder} avoiding the need to create one manually via {@link Ssml#builder()}.\n\nWhen the {@link Consumer} completes, {@link Ssml.Builder#build()} is called immediately and its result is passed to {@link #member(Ssml)}.\n@param member a consumer that will call methods on {@link Ssml.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Ssml)",
"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(Ssml)}\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" : "Ssml",
"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" : "Ssml",
"variableName" : "member",
"variableType" : "Ssml",
"documentation" : null,
"simpleType" : "Ssml",
"variableSetterType" : "Ssml"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Ssml",
"variableName" : "member",
"variableType" : "Ssml",
"documentation" : "",
"simpleType" : "Ssml",
"variableSetterType" : "Ssml"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Ssml",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Ssml",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SsmlList",
"sensitive" : false,
"setterDocumentation" : "The list of SSML messages.
\n@param ssmlList The list of SSML messages.",
"setterMethodName" : "setSsmlList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ssmlList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ssmlList",
"variableType" : "java.util.List",
"documentation" : "