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

GetInstance() public static method

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