Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteLaunchConfigurationResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : DeleteLaunchConfigurationResponseUnmarshaller
Результат DeleteLaunchConfigurationResponseUnmarshaller
        public static DeleteLaunchConfigurationResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteLaunchConfigurationResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteLaunchConfigurationResponseUnmarshaller