Class DeleteLaunchConfigurationRequest

    • Constructor Detail

      • DeleteLaunchConfigurationRequest

        public DeleteLaunchConfigurationRequest()
    • Method Detail

      • setLaunchConfigurationName

        public void setLaunchConfigurationName​(String launchConfigurationName)

        The name of the launch configuration.

        Parameters:
        launchConfigurationName - The name of the launch configuration.
      • getLaunchConfigurationName

        public String getLaunchConfigurationName()

        The name of the launch configuration.

        Returns:
        The name of the launch configuration.
      • withLaunchConfigurationName

        public DeleteLaunchConfigurationRequest withLaunchConfigurationName​(String launchConfigurationName)

        The name of the launch configuration.

        Parameters:
        launchConfigurationName - The name of the launch configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object