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

GetInstance() public static méthode

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