Amazon.CloudSearch.Model.Internal.MarshallTransformations.IndexDocumentsResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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