Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteEnvironmentConfigurationResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : DeleteEnvironmentConfigurationResponseUnmarshaller
return DeleteEnvironmentConfigurationResponseUnmarshaller
        public static DeleteEnvironmentConfigurationResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteEnvironmentConfigurationResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteEnvironmentConfigurationResponseUnmarshaller