Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteLaunchConfigurationResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : DeleteLaunchConfigurationResponseUnmarshaller
Résultat DeleteLaunchConfigurationResponseUnmarshaller
        public static DeleteLaunchConfigurationResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteLaunchConfigurationResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteLaunchConfigurationResponseUnmarshaller