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

GetInstance() public static method

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