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

GetInstance() public static method

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