Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineIndexFieldResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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