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

GetInstance() public static method

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