Amazon.S3.Model.Internal.MarshallTransformations.DeleteBucketWebsiteResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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