Class CreateGroupVersionRequest

    • Method Detail

      • amznClientToken

        public final String amznClientToken()
        A client token used to correlate requests and responses.
        Returns:
        A client token used to correlate requests and responses.
      • connectorDefinitionVersionArn

        public final String connectorDefinitionVersionArn()
        The ARN of the connector definition version for this group.
        Returns:
        The ARN of the connector definition version for this group.
      • coreDefinitionVersionArn

        public final String coreDefinitionVersionArn()
        The ARN of the core definition version for this group.
        Returns:
        The ARN of the core definition version for this group.
      • deviceDefinitionVersionArn

        public final String deviceDefinitionVersionArn()
        The ARN of the device definition version for this group.
        Returns:
        The ARN of the device definition version for this group.
      • functionDefinitionVersionArn

        public final String functionDefinitionVersionArn()
        The ARN of the function definition version for this group.
        Returns:
        The ARN of the function definition version for this group.
      • groupId

        public final String groupId()
        The ID of the Greengrass group.
        Returns:
        The ID of the Greengrass group.
      • loggerDefinitionVersionArn

        public final String loggerDefinitionVersionArn()
        The ARN of the logger definition version for this group.
        Returns:
        The ARN of the logger definition version for this group.
      • resourceDefinitionVersionArn

        public final String resourceDefinitionVersionArn()
        The ARN of the resource definition version for this group.
        Returns:
        The ARN of the resource definition version for this group.
      • subscriptionDefinitionVersionArn

        public final String subscriptionDefinitionVersionArn()
        The ARN of the subscription definition version for this group.
        Returns:
        The ARN of the subscription definition version for this group.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object